Skip to content

Commit 1ab9467

Browse files
Update MakerFileLinkFormatter.php
I checked https://github.com/symfony/console/tree/3.4 The Method does not exist in any Version of "symfony/console". Why is it calling here? $outputFormatterStyle->setHref($formatted); Maybe not nesseary?
1 parent c1bb009 commit 1ab9467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Util/MakerFileLinkFormatter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function makeLinkedPath(string $absolutePath, string $relativePath): stri
4747
}
4848

4949
$outputFormatterStyle = new OutputFormatterStyle();
50-
$outputFormatterStyle->setHref($formatted);
5150

5251
return $outputFormatterStyle->apply($relativePath);
5352
}

0 commit comments

Comments
 (0)