The code already exits

This commit is contained in:
Daniil Gentili 2023-11-11 19:06:16 +01:00
parent d55e70868e
commit 243b169cae
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ git branch master
git checkout master
sed 's:findUnusedCode=:cacheDirectory="/tmp/psalm" findUnusedCode=:g' -i psalm.xml.dist
sed 's/error_log[(]/exit(/g' -i src/Psalm/Internal/Fork/Pool.php
export PSALM_ALLOW_XDEBUG=1

View File

@ -28,7 +28,6 @@ echo "About to run psalm"
php $refactor
sed 's:findUnusedCode=:cacheDirectory="/tmp/psalm" findUnusedCode=:g' -i psalm.xml.dist
sed 's/error_log[(]/exit(/g' -i src/Psalm/Internal/Fork/Pool.php
sleep 3