Skip to content

Commit

Permalink
chore: bump Infra to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Jun 24, 2024
1 parent 0dc3289 commit 66ff540
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Bridge/Symfony/Console/Application.php">
<MissingClassConstType>
<code><![CDATA[APP_NAME = '
__ __ _ _ _
\ \ / / (_) | (_)
\ V / ___ _____| | __ _ _ _ __ ___ ___
> < / _ \_ / | |/ _` | | \'__/ _ \/ __|
/ . \ __// /| | | (_| | | | | __/\__ \
/_/ \_\___/___|_|_|\__,_|_|_| \___||___/ ']]></code>
</MissingClassConstType>
</file>
</files>
1 change: 1 addition & 0 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
checkForThrowsInGlobalScope="false"
ensureArrayIntOffsetsExist="false"
ensureArrayStringOffsetsExist="false"
errorBaseline="psalm.baseline.xml"
errorLevel="1"
findUnusedBaselineEntry="false"
findUnusedCode="false"
Expand Down

0 comments on commit 66ff540

Please sign in to comment.