Skip to content

Commit

Permalink
Remove an unused psalm rule and update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 28, 2020
1 parent 29bbf03 commit 70e9a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2594,10 +2594,10 @@
</ReferenceConstraintViolation>
</file>
<file src="libraries/classes/Table/ColumnsDefinition.php">
<InvalidScalarArgument occurrences="2">
<PossiblyFalseArgument occurrences="2">
<code>$form_params['db']</code>
<code>$form_params['table']</code>
</InvalidScalarArgument>
</PossiblyFalseArgument>
<PossiblyInvalidArrayAccess occurrences="1">
<code>$expressions[$columnMeta['Field']]</code>
</PossiblyInvalidArrayAccess>
Expand Down
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

<MissingClosureReturnType errorLevel="info" />
<MissingPropertyType errorLevel="info" />
<InvalidDocblock errorLevel="info" />
<MisplacedRequiredParam errorLevel="info" />

<PropertyNotSetInConstructor errorLevel="info" />
Expand Down

0 comments on commit 70e9a29

Please sign in to comment.