Skip to content

Commit

Permalink
Fix PHPStan 4267 issue until fixed officially
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 30, 2020
1 parent c4eebb4 commit a4cf7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if [ "${{ matrix.type }}" != "CodingStyle" ]; then composer remove --no-interaction --no-update friendsofphp/php-cs-fixer --dev && composer --no-interaction --no-update require jdorn/sql-formatter ; fi
if [ "${{ matrix.type }}" != "StaticAnalysis" ]; then composer remove --no-interaction --no-update phpstan/phpstan --dev ; fi
composer install --no-suggest --ansi --prefer-dist --no-interaction --no-progress --optimize-autoloader
if [ "${{ matrix.type }}" = "StaticAnalysis" ]; then git clone --depth 1 --branch 1.1.5 https://github.com/mvorisek/atk4-hintable-mirror.git && php -d phar.readonly=0 atk4-hintable-mirror/patch-phpstan-static-type-issue-4267.php vendor/phpstan/phpstan/phpstan.phar && rm -R atk4-hintable-mirror ; fi
- name: Init
run: |
Expand Down

0 comments on commit a4cf7ed

Please sign in to comment.