Page MenuHomePhabricator

Fix linting for spacing around default parameter assignment in function/method declaration
ClosedPublic

Authored by joshuaspence on Sep 6 2014, 1:22 AM.
Tags
None
Referenced Files
F15502882: D10429.id25089.diff
Mon, Apr 14, 5:19 AM
F15497575: D10429.diff
Sun, Apr 13, 10:44 AM
F15485229: D10429.diff
Wed, Apr 9, 10:44 PM
F15483715: D10429.id25157.diff
Wed, Apr 9, 1:56 PM
F15477714: D10429.id25089.diff
Mon, Apr 7, 5:26 PM
F15468820: D10429.id25157.diff
Fri, Apr 4, 6:15 AM
F15441253: D10429.id.diff
Wed, Mar 26, 5:08 PM
F15438380: D10429.diff
Wed, Mar 26, 12:27 AM
Subscribers

Details

Summary

Fix linting for spacing around default parameter assignment in function/method declaration so that function foo($x = null) {} is preferred in favor of function foo($x=null) {}.

Test Plan

Modified existing unit tests.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Fix linting for spacing around default parameter assignment in function/method declaration.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Sep 8 2014, 2:34 PM