Skip to content

Commit

Permalink
Revert "Be more strict"
Browse files Browse the repository at this point in the history
This reverts commit 7e78356.
  • Loading branch information
sebastianbergmann committed Mar 23, 2023
1 parent b05d162 commit b569fe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .psalm/baseline.xml
Expand Up @@ -4,13 +4,5 @@
<ArgumentTypeCoercion>
<code>$line</code>
</ArgumentTypeCoercion>
<MixedReturnTypeCoercion>
<code><![CDATA[Generator<int, array<string, int|float|string>>]]></code>
</MixedReturnTypeCoercion>
</file>
<file src="src/schema/ColumnDefinition.php">
<MixedAssignment>
<code><![CDATA[$output[$this->name]]]></code>
</MixedAssignment>
</file>
</files>
3 changes: 0 additions & 3 deletions .psalm/config.xml
Expand Up @@ -4,12 +4,9 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
resolveFromConfigFile="false"
errorLevel="1"
errorBaseline=".psalm/baseline.xml"
findUnusedBaselineEntry="true"
findUnusedCode="false"
findUnusedPsalmSuppress="true"
strictBinaryOperands="true"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit b569fe9

Please sign in to comment.