@@ -77,32 +77,32 @@ discard block |
||
| 77 | 77 | * @var array<string, mixed> |
| 78 | 78 | */ |
| 79 | 79 | private $settings = array( |
| 80 | - 'files' => null, |
|
| 81 | - 'standards' => null, |
|
| 82 | - 'verbosity' => null, |
|
| 83 | - 'interactive' => null, |
|
| 84 | - 'parallel' => null, |
|
| 85 | - 'explain' => null, |
|
| 86 | - 'local' => null, |
|
| 87 | - 'showSources' => null, |
|
| 88 | - 'showProgress' => null, |
|
| 89 | - 'tabWidth' => null, |
|
| 90 | - 'extensions' => null, |
|
| 91 | - 'sniffs' => null, |
|
| 92 | - 'ignored' => null, |
|
| 93 | - 'reportFile' => null, |
|
| 94 | - 'filter' => null, |
|
| 95 | - 'bootstrap' => null, |
|
| 96 | - 'reports' => null, |
|
| 97 | - 'basepath' => null, |
|
| 98 | - 'reportWidth' => null, |
|
| 99 | - 'errorSeverity' => null, |
|
| 100 | - 'warningSeverity' => null, |
|
| 101 | - 'recordErrors' => null, |
|
| 102 | - 'suffix' => null, |
|
| 103 | - 'stdin' => null, |
|
| 104 | - 'stdinContent' => null, |
|
| 105 | - 'stdinPath' => null, |
|
| 80 | + 'files' => null, |
|
| 81 | + 'standards' => null, |
|
| 82 | + 'verbosity' => null, |
|
| 83 | + 'interactive' => null, |
|
| 84 | + 'parallel' => null, |
|
| 85 | + 'explain' => null, |
|
| 86 | + 'local' => null, |
|
| 87 | + 'showSources' => null, |
|
| 88 | + 'showProgress' => null, |
|
| 89 | + 'tabWidth' => null, |
|
| 90 | + 'extensions' => null, |
|
| 91 | + 'sniffs' => null, |
|
| 92 | + 'ignored' => null, |
|
| 93 | + 'reportFile' => null, |
|
| 94 | + 'filter' => null, |
|
| 95 | + 'bootstrap' => null, |
|
| 96 | + 'reports' => null, |
|
| 97 | + 'basepath' => null, |
|
| 98 | + 'reportWidth' => null, |
|
| 99 | + 'errorSeverity' => null, |
|
| 100 | + 'warningSeverity' => null, |
|
| 101 | + 'recordErrors' => null, |
|
| 102 | + 'suffix' => null, |
|
| 103 | + 'stdin' => null, |
|
| 104 | + 'stdinContent' => null, |
|
| 105 | + 'stdinPath' => null, |
|
| 106 | 106 | ); |
| 107 | 107 | |
| 108 | 108 | /** |
@@ -396,11 +396,11 @@ discard block |
||
| 396 | 396 | $this->parallel = 1; |
| 397 | 397 | $this->tabWidth = 0; |
| 398 | 398 | $this->extensions = array( |
| 399 | - 'php' => 'PHP', |
|
| 400 | - 'inc' => 'PHP', |
|
| 401 | - 'js' => 'JS', |
|
| 402 | - 'css' => 'CSS', |
|
| 403 | - ); |
|
| 399 | + 'php' => 'PHP', |
|
| 400 | + 'inc' => 'PHP', |
|
| 401 | + 'js' => 'JS', |
|
| 402 | + 'css' => 'CSS', |
|
| 403 | + ); |
|
| 404 | 404 | $this->sniffs = array(); |
| 405 | 405 | $this->ignored = array(); |
| 406 | 406 | $this->filter = null; |