|
@@ -41,8 +41,8 @@ |
|
|
block discarded – undo |
|
41
|
41
|
* Runs all the provided files through PHP-CS-Fixer, fixing any code style issues. |
|
42
|
42
|
* |
|
43
|
43
|
* @param FileList $files The files to check |
|
44
|
|
- * @param int|null $level (Optional, defaults to NONE_LEVEL) Fixer level to use |
|
45
|
|
- * @param string[]|null $fixers (Optional, defaults to null) Set the fixers to use |
|
|
44
|
+ * @param integer $level (Optional, defaults to NONE_LEVEL) Fixer level to use |
|
|
45
|
+ * @param string[] $fixers (Optional, defaults to null) Set the fixers to use |
|
46
|
46
|
* @param bool $addAutomatically (Optional, default is true) Whether to add modified files to commit or not |
|
47
|
47
|
*/ |
|
48
|
48
|
public function __construct(FileList $files, $level = self::NONE_LEVEL, $fixers = null, $addAutomatically = true) |
Please login to merge, or discard this patch.