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
Unknown Object (File)
Tue, Jan 21, 3:31 PM
Unknown Object (File)
Tue, Jan 21, 12:51 PM
Unknown Object (File)
Tue, Jan 21, 10:30 AM
Unknown Object (File)
Mon, Dec 30, 5:21 PM
Unknown Object (File)
Sun, Dec 29, 7:35 PM
Unknown Object (File)
Dec 16 2024, 6:07 AM
Unknown Object (File)
Nov 29 2024, 1:53 PM
Unknown Object (File)
Nov 27 2024, 2:19 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
Branch
paramspace
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2447
Build 2451: [Placeholder Plan] Wait for 30 Seconds

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