Skip to content

Commit 7f51127

Browse files
mttschnicolas-grekas
authored andcommitted
Remove obsolete code for solved Psalm issue in workflow
1 parent 7d2be52 commit 7f51127

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/psalm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
git checkout composer.json
5151
git checkout -m ${{ github.base_ref }}
5252
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
5753
./vendor/bin/psalm.phar --set-baseline=.github/psalm/psalm.baseline.xml --no-progress
5854
git checkout -m FETCH_HEAD
5955

0 commit comments

Comments
 (0)