Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2025
1 parent 970e7e8 commit 0ccf374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/CodeceptionModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ public function configureCommonPsalmconfig(PyStringNode $configuration): void
}

$psalmModule->haveTheFollowingConfig(<<<XML
<?xml version="1.0" findUnusedCode="false"?>
<psalm errorLevel="1">
<?xml version="1.0"?>
<psalm errorLevel="1" findUnusedCode="false">
<projectFiles>
<directory name="."/>
<ignoreFiles> <directory name="../../vendor"/> </ignoreFiles>
Expand Down

0 comments on commit 0ccf374

Please sign in to comment.