Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 4, 2023
1 parent 05dc26f commit 5f981b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm-baseline.xml
Expand Up @@ -75,6 +75,11 @@
<code>NullReporter</code>
</UnusedClass>
</file>
<file src="test/EndToEnd/Version10/CustomConfiguration/SleeperTest.php">
<PossiblyUnusedMethod>
<code>provideMillisecondsGreaterThanMaximumDurationFromXmlConfiguration</code>
</PossiblyUnusedMethod>
</file>
<file src="test/EndToEnd/Version10/DefaultConfiguration/SleeperTest.php">
<PossiblyUnusedMethod>
<code>provideMillisecondsGreaterThanDefaultMaximumDuration</code>
Expand Down

0 comments on commit 5f981b4

Please sign in to comment.