HomePhabricator

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

Description

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

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.

Reviewers: epriestley, Blessed Reviewers

Reviewed By: epriestley, Blessed Reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10429

Details

Provenance
joshuaspenceAuthored on
joshuaspencePushed on Sep 10 2014, 1:08 PM
Reviewer
Blessed Reviewers
Differential Revision
D10429: Fix linting for spacing around default parameter assignment in function/method declaration
Parents
rARC38502ba9102c: Apply some autofix linter rules
Branches
Unknown
Tags
Unknown