We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2be52 commit 7f51127Copy full SHA for 7f51127
.github/workflows/psalm.yml
@@ -50,10 +50,6 @@ jobs:
50
git checkout composer.json
51
git checkout -m ${{ github.base_ref }}
52
53
- # @todo intersection types are broken in Psalm
54
- # @see https://github.com/vimeo/psalm/issues/7520
55
- sed -i 's/Uuid&/Uuid|/' src/Symfony/Component/Uid/Factory/TimeBasedUuidFactory.php
56
- sed -i 's/Interface&/Interface|/' src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php
57
./vendor/bin/psalm.phar --set-baseline=.github/psalm/psalm.baseline.xml --no-progress
58
git checkout -m FETCH_HEAD
59
0 commit comments