@@ -303,8 +303,8 @@ private function switchTmpFileInAnalyserResult(
303303 $ this ->switchTmpFileInErrors ($ analyserResult ->getFilteredPhpErrors (), $ insteadOfFile , $ tmpFile ),
304304 $ this ->switchTmpFileInErrors ($ analyserResult ->getAllPhpErrors (), $ insteadOfFile , $ tmpFile ),
305305 $ 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 ),
308308 $ analyserResult ->getInternalErrors (),
309309 $ newCollectedData ,
310310 $ dependencies ,
@@ -369,7 +369,7 @@ private function switchTmpFileInErrors(array $errors, string $insteadOfFile, str
369369 * @param array<string, LinesToIgnore> $linesToIgnore
370370 * @return array<string, LinesToIgnore>
371371 */
372- private function swittchTmpFileInLinesToIgnore (array $ linesToIgnore , string $ insteadOfFile , string $ tmpFile ): array
372+ private function switchTmpFileInLinesToIgnore (array $ linesToIgnore , string $ insteadOfFile , string $ tmpFile ): array
373373 {
374374 $ newLinesToIgnore = [];
375375 foreach ($ linesToIgnore as $ file => $ lines ) {
0 commit comments