Skip to content

Commit 44d4c03

Browse files
samsonasikstaabm
authored andcommitted
final touch: cs fix
1 parent b6b9117 commit 44d4c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Type/FileTypeMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private function clearFileTypeMapperCache(string $tmpDir, string $fileName): voi
256256
$directory2 = substr($cacheKeyHash, 2, 2);
257257

258258
$cacheTmpRootDir = sprintf('%s/cache/PHPStan', $tmpDir);
259-
$cacheFilePath = $cacheTmpRootDir . '/' . $directory1 . '/' . $directory2 . '/' . $cacheKeyHash . '.php';
259+
$cacheFilePath = $cacheTmpRootDir . '/' . $directory1 . '/' . $directory2 . '/' . $cacheKeyHash . '.php';
260260

261261
if (!is_file($cacheFilePath)) {
262262
return;

0 commit comments

Comments
 (0)