File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,3 @@ rector.php export-ignore
1111phpstan.neon.dist export-ignore
1212phpstan-baseline.neon export-ignore
1313phpstan-console-application.php export-ignore
14- psalm.xml export-ignore
15- psalm-baseline.xml export-ignore
Original file line number Diff line number Diff line change 4141 - name : PHPStan
4242 run : vendor/bin/phpstan --no-progress --memory-limit=1G analyse --error-format=github
4343
44- psalm :
45- name : Psalm
46-
47- runs-on : ubuntu-latest
48-
49- steps :
50- - name : Checkout code
51- uses : actions/checkout@v4
52-
53- - name : Install PHP with extensions
54- uses : shivammathur/setup-php@v2
55- with :
56- php-version : ' 8.5'
57- coverage : none
58- tools : composer:v2
59-
60- - name : Install Composer dependencies (highest)
61- uses : ramsey/composer-install@v3
62- with :
63- dependency-versions : highest
64-
65- - name : Psalm
66- run : vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.5
67-
6844 rector :
6945 name : Rector
7046
Original file line number Diff line number Diff line change 7878 - name : Add PHPUnit matcher
7979 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8080
81- # until Psalm supports Symfony 8
82- - name : Remove psalm
83- if : matrix.symfony-require == '8.0.*'
84- run : composer remove vimeo/psalm psalm/plugin-symfony psalm/plugin-phpunit --dev --no-update
85-
8681 - name : Install variant
8782 if : matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
8883 run : composer require ${{ matrix.variant }} --no-update
Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ phpstan:
9393 vendor/bin/phpstan --memory-limit=1G analyse
9494.PHONY : phpstan
9595
96- psalm :
97- vendor/bin/psalm --php-version=8.5
98- .PHONY : psalm
99-
10096rector :
10197 vendor/bin/rector
10298.PHONY : rector
Original file line number Diff line number Diff line change 3131}
3232
3333if (file_exists ($ file = __DIR__ .'/custom_bootstrap.php ' )) {
34- /**
35- * @psalm-suppress MissingFile,UnusedPsalmSuppress
36- *
37- * @see https://github.com/vimeo/psalm/issues/3886
38- */
3934 require_once $ file ;
4035}
You can’t perform that action at this time.
0 commit comments