@@ -96,7 +96,7 @@ |
||
| 96 | 96 | $i = 0; |
| 97 | 97 | foreach ($processFactory->createProcesses($file) as $process) { |
| 98 | 98 | $process->start(); |
| 99 | - $pool["$i:" . $file->getDisplayPath()] = $process; |
|
| 99 | + $pool["$i:".$file->getDisplayPath()] = $process; |
|
| 100 | 100 | $i++; |
| 101 | 101 | } |
| 102 | 102 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function buildEventHandler($subscriber): Closure |
| 40 | 40 | { |
| 41 | - return static function (AfterFileAnalysisEvent $event) use ($subscriber): void { |
|
| 41 | + return static function(AfterFileAnalysisEvent $event) use ($subscriber): void { |
|
| 42 | 42 | $subscriber->onAfterFileAnalysis($event); |
| 43 | 43 | }; |
| 44 | 44 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function buildEventHandler($subscriber): Closure |
| 40 | 40 | { |
| 41 | - return static function (BeforeAnalysisEvent $event) use ($subscriber): void { |
|
| 41 | + return static function(BeforeAnalysisEvent $event) use ($subscriber): void { |
|
| 42 | 42 | $subscriber->onBeforeAnalysis($event); |
| 43 | 43 | }; |
| 44 | 44 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function buildEventHandler($subscriber): Closure |
| 40 | 40 | { |
| 41 | - return static function (AfterAnalysisEvent $event) use ($subscriber): void { |
|
| 41 | + return static function(AfterAnalysisEvent $event) use ($subscriber): void { |
|
| 42 | 42 | $subscriber->onAfterAnalysis($event); |
| 43 | 43 | }; |
| 44 | 44 | } |