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
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
F15374893: D10429.diff
Wed, Mar 12, 8:20 PM
Unknown Object (File)
Feb 16 2025, 9:47 PM
Unknown Object (File)
Jan 21 2025, 3:31 PM
Unknown Object (File)
Jan 21 2025, 12:51 PM
Unknown Object (File)
Jan 21 2025, 10:30 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