Skip to content

Commit

Permalink
fix config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkin committed Dec 11, 2021
1 parent fe7a3be commit 064952f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
forbidEcho="true"
strictBinaryOperands="true"
phpVersion="7.1"
allowStringToStandInForClass="true"
rememberPropertyAssignmentsAfterCall="false"
checkForThrowsInGlobalScope="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline=".psalm.baseline.xml"
totallyTyped="true"
forbidEcho="true"
strictBinaryOperands="true"
phpVersion="7.1"
allowStringToStandInForClass="true"
rememberPropertyAssignmentsAfterCall="false"
checkForThrowsInGlobalScope="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline=".psalm.baseline.xml"
>
<projectFiles>
<directory name="src"/>
Expand Down

0 comments on commit 064952f

Please sign in to comment.