Skip to content

Commit

Permalink
Enable ext-simplexml for Psalm
Browse files Browse the repository at this point in the history
Psalm uses composer.json to enable extensions but doesn't use require-dev and ext-simplexml was used there recently.
  • Loading branch information
spaze committed Nov 22, 2024
1 parent 5e67c4c commit ace657b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<extension name="php"/>
<extension name="phpt"/>
</fileExtensions>
<enableExtensions>
<extension name="simplexml"/>
</enableExtensions>
<universalObjectCrates>
<class name="Nette\Bridges\ApplicationLatte\DefaultTemplate"/>
<class name="Nette\Database\Row"/>
Expand Down

0 comments on commit ace657b

Please sign in to comment.