Skip to content

Commit 91794e0

Browse files
committed
Update AnalyserRunner.php
1 parent 22c8198 commit 91794e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/AnalyserRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(
3737
* @param string[] $files
3838
* @param string[] $allAnalysedFiles
3939
* @param Closure(string $file): void|null $preFileCallback
40-
* @param Closure(int, list<string>=): void|null $postFileCallback
40+
* @param Closure(int, list<string>): void|null $postFileCallback
4141
*/
4242
public function runAnalyser(
4343
array $files,

0 commit comments

Comments
 (0)