Skip to content

Commit

Permalink
adding back unused attribute baseline as it appears in php 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydiablo committed Jun 5, 2024
1 parent 9e98377 commit d034a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@
<FalsableReturnStatement>
<code><![CDATA[isset($this->_columns[$columnName]) ? $this->_columns[$columnName]['type'] : false]]></code>
</FalsableReturnStatement>
<InvalidAttribute>
<code><![CDATA[\AllowDynamicProperties]]></code>
</InvalidAttribute>
<PossiblyUndefinedArrayOffset>
<code><![CDATA[$arguments[0]]]></code>
<code><![CDATA[$arguments[0]]]></code>
Expand Down

0 comments on commit d034a43

Please sign in to comment.