Set Psalm sealing to true

See: https://psalm.dev/docs/running_psalm/configuration/#sealallmethods

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-07-16 03:17:49 +02:00
parent b4652b108e
commit fe295d6675
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -2,6 +2,7 @@
<psalm
autoloader="test/bootstrap-static.php"
totallyTyped="true"
sealAllMethods="true"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"