Skip to content

Commit 967c905

Browse files
Renamed import alias
1 parent 07a9e3e commit 967c905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Symfony/CS/Fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use SebastianBergmann\Diff\Differ;
1515
use Symfony\Component\EventDispatcher\EventDispatcher;
1616
use Symfony\Component\Finder\Finder as SymfonyFinder;
17-
use Symfony\Component\Finder\SplFileInfo as FinderSplFileInfo;
17+
use Symfony\Component\Finder\SplFileInfo as SymfonySplFileInfo;
1818
use Symfony\Component\Stopwatch\Stopwatch;
1919
use Symfony\CS\Tokenizer\Tokens;
2020

@@ -274,7 +274,7 @@ public function fixFile(\SplFileInfo $file, array $fixers, $dryRun, $diff, FileC
274274

275275
private function getFileRelativePathname(\SplFileInfo $file)
276276
{
277-
if ($file instanceof FinderSplFileInfo) {
277+
if ($file instanceof SymfonySplFileInfo) {
278278
return $file->getRelativePathname();
279279
}
280280

0 commit comments

Comments
 (0)