Skip to content

Commit 1925974

Browse files
committed
re-run rector
1 parent 9cd5268 commit 1925974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/Configs/Rector/Closure/ServiceSettersToSettersAutodiscoveryRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private function createAbsolutePathConcat(string $classFilePath): Concat
218218
{
219219
$relativeDirectoryPath = $this->filesystem->makePathRelative(
220220
dirname($classFilePath),
221-
dirname((string) $this->getFile()->getFilePath())
221+
dirname($this->getFile()->getFilePath())
222222
);
223223

224224
$distConstFetch = new ConstFetch(new Name('__DIR__'));

0 commit comments

Comments
 (0)