Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12a9e35

Browse files
committed
minor EasyCorp#7017 Fix phpstan build (VincentLanglet)
This PR was merged into the 4.x branch. Discussion ---------- Fix phpstan build Commits ------- 32a5bdd Fix phpstan build
2 parents ee5da7b + 32a5bdd commit 12a9e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EasyAdminBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function build(ContainerBuilder $container): void
2121
public function getPath(): string
2222
{
2323
$reflected = new \ReflectionObject($this);
24-
/** @var string $fileName */
24+
/** @var non-empty-string $fileName */
2525
$fileName = $reflected->getFileName();
2626

2727
return \dirname($fileName, 2);

0 commit comments

Comments
 (0)