Skip to content

Commit

Permalink
fix: do not use Psalm's restrictReturnTypes (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Jun 5, 2023
1 parent 9492b01 commit 3182bc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/PHP/common/psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
limitMethodComplexity="true"
restrictReturnTypes="true"
restrictReturnTypes="false"
strictBinaryOperands="true">
<projectFiles>
<directory name="./"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/Pimcore/application/psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
limitMethodComplexity="true"
restrictReturnTypes="true"
restrictReturnTypes="false"
strictBinaryOperands="true">
<projectFiles>
<directory name="./"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/Pimcore/library/psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
limitMethodComplexity="true"
restrictReturnTypes="true"
restrictReturnTypes="false"
strictBinaryOperands="true">
<projectFiles>
<directory name="./"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/YASSG/compat/psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
limitMethodComplexity="true"
restrictReturnTypes="true"
restrictReturnTypes="false"
strictBinaryOperands="true">
<projectFiles>
<directory name="./"/>
Expand Down

0 comments on commit 3182bc0

Please sign in to comment.