Skip to content

Commit 92f6325

Browse files
yoavfsirbrillig
authored andcommitted
fix parentheses in class definition (#31)
1 parent a51400f commit 92f6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sniffs/Imports/NestedFunctionsFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function nestedFuncA( $arg ) {
1010
doAThing( 'dothingfunc' ); // warning: undefined
1111
}
1212

13-
class MyThing() {
13+
class MyThing {
1414
public function doAThing() {
1515
function nestedFuncB( $arg ) {
1616
echo $arg . ' world';

0 commit comments

Comments
 (0)