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 1f7bc10 commit 62dcacdCopy full SHA for 62dcacd
.github/workflows/psalm.yml
@@ -49,8 +49,10 @@ jobs:
49
git checkout composer.json
50
git checkout -m ${{ github.base_ref }}
51
52
- # to be removed when psalm adds support for intersection types
+ # @todo intersection types are broken in Psalm
53
+ # @see https://github.com/vimeo/psalm/issues/7520
54
sed -i 's/Uuid&/Uuid|/' src/Symfony/Component/Uid/Factory/TimeBasedUuidFactory.php
55
+ sed -i 's/Interface&/Interface|/' src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php
56
./vendor/bin/psalm.phar --set-baseline=.github/psalm/psalm.baseline.xml --no-progress
57
git checkout -m FETCH_HEAD
58
0 commit comments