Skip to content

Commit e8bb011

Browse files
minor #61437 Remove obsolete code for solved Psalm issue in workflow (mttsch)
This PR was submitted for the 7.4 branch but it was merged into the 6.4 branch instead. Discussion ---------- Remove obsolete code for solved Psalm issue in workflow | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 7f51127 Remove obsolete code for solved Psalm issue in workflow
2 parents 7d2be52 + 7f51127 commit e8bb011

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)