-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa: update Psalm configuration and baseline
- Updates the Psalm configuration to add options that will be required in v6. - Adds the baseline Signed-off-by: Matthew Weier O'Phinney <[email protected]>
- Loading branch information
1 parent
dd882c2
commit 88d0891
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90"> | ||
<file src="src/PipeSpec.php"> | ||
<PossiblyUnusedReturnValue> | ||
<code>self</code> | ||
</PossiblyUnusedReturnValue> | ||
</file> | ||
<file src="test/Integration/ApplicationTrait.php"> | ||
<PossiblyUnusedReturnValue> | ||
<code>Application</code> | ||
</PossiblyUnusedReturnValue> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters