Skip to content

Commit 5b9f4b7

Browse files
committed
Fix Psalm config path reference
1 parent 52c0a10 commit 5b9f4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<directory name="src" />
1111
<ignoreFiles>
1212
<directory name="vendor" />
13-
<file name="AbstractTerminableCommandAfterSymfony7_3.php" />
13+
<file name="src/AbstractTerminableCommandAfterSymfony7_3.php" />
1414
</ignoreFiles>
1515
</projectFiles>
1616
</psalm>

0 commit comments

Comments
 (0)