@@ -57,7 +57,7 @@ |
||
| 57 | 57 | 48 => 1, |
| 58 | 58 | 70 => 1, |
| 59 | 59 | 71 => 1, |
| 60 | - ); |
|
| 60 | + ); |
|
| 61 | 61 | |
| 62 | 62 | }//end getErrorList() |
| 63 | 63 | |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | 48 => 1, |
| 58 | 58 | 70 => 1, |
| 59 | 59 | 71 => 1, |
| 60 | - ); |
|
| 60 | + ); |
|
| 61 | 61 | |
| 62 | 62 | }//end getErrorList() |
| 63 | 63 | |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | 48 => 1, |
| 58 | 58 | 70 => 1, |
| 59 | 59 | 71 => 1, |
| 60 | - ); |
|
| 60 | + ); |
|
| 61 | 61 | |
| 62 | 62 | }//end getErrorList() |
| 63 | 63 | |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | T_PRIVATE, |
| 45 | 45 | T_PROTECTED, |
| 46 | 46 | T_STATIC, |
| 47 | - ); |
|
| 47 | + ); |
|
| 48 | 48 | |
| 49 | 49 | }//end register() |
| 50 | 50 | |
@@ -66,10 +66,10 @@ discard block |
||
| 66 | 66 | if ($content !== strtolower($content)) { |
| 67 | 67 | $error = '%s keyword must be lowercase; expected "%s" but found "%s"'; |
| 68 | 68 | $data = array( |
| 69 | - strtoupper($content), |
|
| 70 | - strtolower($content), |
|
| 71 | - $content, |
|
| 72 | - ); |
|
| 69 | + strtoupper($content), |
|
| 70 | + strtolower($content), |
|
| 71 | + $content, |
|
| 72 | + ); |
|
| 73 | 73 | $phpcsFile->addError($error, $stackPtr, 'FoundUppercase', $data); |
| 74 | 74 | } |
| 75 | 75 | |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | T_PRIVATE, |
| 45 | 45 | T_PROTECTED, |
| 46 | 46 | T_STATIC, |
| 47 | - ); |
|
| 47 | + ); |
|
| 48 | 48 | |
| 49 | 49 | }//end register() |
| 50 | 50 | |
@@ -66,10 +66,10 @@ discard block |
||
| 66 | 66 | if ($content !== strtolower($content)) { |
| 67 | 67 | $error = '%s keyword must be lowercase; expected "%s" but found "%s"'; |
| 68 | 68 | $data = array( |
| 69 | - strtoupper($content), |
|
| 70 | - strtolower($content), |
|
| 71 | - $content, |
|
| 72 | - ); |
|
| 69 | + strtoupper($content), |
|
| 70 | + strtolower($content), |
|
| 71 | + $content, |
|
| 72 | + ); |
|
| 73 | 73 | $phpcsFile->addError($error, $stackPtr, 'FoundUppercase', $data); |
| 74 | 74 | } |
| 75 | 75 | |
@@ -35,9 +35,9 @@ discard block |
||
| 35 | 35 | * @var array |
| 36 | 36 | */ |
| 37 | 37 | public $supportedTokenizers = array( |
| 38 | - 'PHP', |
|
| 39 | - 'JS', |
|
| 40 | - ); |
|
| 38 | + 'PHP', |
|
| 39 | + 'JS', |
|
| 40 | + ); |
|
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | 43 | * If true, an error will be thrown; otherwise a warning. |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | return array( |
| 68 | 68 | T_STRING_CONCAT, |
| 69 | 69 | T_PLUS, |
| 70 | - ); |
|
| 70 | + ); |
|
| 71 | 71 | |
| 72 | 72 | }//end register() |
| 73 | 73 | |
@@ -34,9 +34,9 @@ |
||
| 34 | 34 | * @var array |
| 35 | 35 | */ |
| 36 | 36 | public $supportedTokenizers = array( |
| 37 | - 'PHP', |
|
| 38 | - 'JS', |
|
| 39 | - ); |
|
| 37 | + 'PHP', |
|
| 38 | + 'JS', |
|
| 39 | + ); |
|
| 40 | 40 | |
| 41 | 41 | |
| 42 | 42 | /** |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | 48 => 1, |
| 58 | 58 | 70 => 1, |
| 59 | 59 | 71 => 1, |
| 60 | - ); |
|
| 60 | + ); |
|
| 61 | 61 | |
| 62 | 62 | }//end getErrorList() |
| 63 | 63 | |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | 48 => 1, |
| 58 | 58 | 70 => 1, |
| 59 | 59 | 71 => 1, |
| 60 | - ); |
|
| 60 | + ); |
|
| 61 | 61 | |
| 62 | 62 | }//end getErrorList() |
| 63 | 63 | |