@@ -303,8 +303,8 @@ private function switchTmpFileInAnalyserResult(
303
303
$ this ->switchTmpFileInErrors ($ analyserResult ->getFilteredPhpErrors (), $ insteadOfFile , $ tmpFile ),
304
304
$ this ->switchTmpFileInErrors ($ analyserResult ->getAllPhpErrors (), $ insteadOfFile , $ tmpFile ),
305
305
$ this ->switchTmpFileInErrors ($ analyserResult ->getLocallyIgnoredErrors (), $ insteadOfFile , $ tmpFile ),
306
- $ this ->swittchTmpFileInLinesToIgnore ($ analyserResult ->getLinesToIgnore (), $ insteadOfFile , $ tmpFile ),
307
- $ this ->swittchTmpFileInLinesToIgnore ($ analyserResult ->getUnmatchedLineIgnores (), $ insteadOfFile , $ tmpFile ),
306
+ $ this ->switchTmpFileInLinesToIgnore ($ analyserResult ->getLinesToIgnore (), $ insteadOfFile , $ tmpFile ),
307
+ $ this ->switchTmpFileInLinesToIgnore ($ analyserResult ->getUnmatchedLineIgnores (), $ insteadOfFile , $ tmpFile ),
308
308
$ analyserResult ->getInternalErrors (),
309
309
$ newCollectedData ,
310
310
$ dependencies ,
@@ -369,7 +369,7 @@ private function switchTmpFileInErrors(array $errors, string $insteadOfFile, str
369
369
* @param array<string, LinesToIgnore> $linesToIgnore
370
370
* @return array<string, LinesToIgnore>
371
371
*/
372
- private function swittchTmpFileInLinesToIgnore (array $ linesToIgnore , string $ insteadOfFile , string $ tmpFile ): array
372
+ private function switchTmpFileInLinesToIgnore (array $ linesToIgnore , string $ insteadOfFile , string $ tmpFile ): array
373
373
{
374
374
$ newLinesToIgnore = [];
375
375
foreach ($ linesToIgnore as $ file => $ lines ) {
0 commit comments