Merge pull request #730 from NicolasN/patch-1
To avoid "SpacingAfterParams" error with PHPCS Symfony2 coding standard
This commit is contained in:
commit
8d2826c633
@ -234,6 +234,7 @@ public function <methodName>()
|
||||
* <description>
|
||||
*
|
||||
* @param <variableType>$<variableName>
|
||||
*
|
||||
* @return <entity>
|
||||
*/
|
||||
public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
||||
@ -251,6 +252,7 @@ public function <methodName>(<methodTypeHint>$<variableName><variableDefault>)
|
||||
* <description>
|
||||
*
|
||||
* @param <variableType>$<variableName>
|
||||
*
|
||||
* @return <entity>
|
||||
*/
|
||||
public function <methodName>(<methodTypeHint>$<variableName>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user