Skip to content

Commit b26a4e1

Browse files
committed
Shouldnt be checking closures by default (ref #1733)
1 parent 32eba2d commit b26a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OpeningFunctionBraceKernighanRitchieSniff implements Sniff
2929
*
3030
* @var boolean
3131
*/
32-
public $checkClosures = true;
32+
public $checkClosures = false;
3333

3434

3535
/**

0 commit comments

Comments
 (0)