Skip to content

Commit afe3e3f

Browse files
Merge branch '6.4' into 7.3
* 6.4: Remove obsolete code for solved Psalm issue in workflow
2 parents 9e38523 + e8bb011 commit afe3e3f

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)