Skip to content

Commit a1bbde7

Browse files
author
f.schmitt
committed
set $superGlobals to private
1 parent e163425 commit a1bbde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-standards/Flyeralarm/Sniffs/Variable/LowerCamelCaseSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class LowerCamelCaseSniff implements Sniff
1111
/**
1212
* @var array
1313
*/
14-
protected $superGlobals = [
14+
private $superGlobals = [
1515
'GLOBALS',
1616
'_SERVER',
1717
'_GET',

0 commit comments

Comments
 (0)