File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 script : |
177177 git clone https://github.com/nunomaduro/larastan.git e2e/integration/repo
178178 cd e2e/integration/repo
179- git checkout 1a11021385b8d79dfb5f5c5a24ba1e82521a7fac
179+ git checkout 32ad25904dc8fbfdae4d4e431a27ba3bad2979cc
180180 composer install
181181 cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
182182 cp ../../../phpstan vendor/phpstan/phpstan/phpstan
Original file line number Diff line number Diff line change 11parameters :
2- ignoreErrors : []
2+ ignoreErrors :
3+ -
4+ message : " #^Cannot access property \\ $table on PhpMyAdmin\\\\ SqlParser\\\\ Components\\\\ Expression\\ |null\\ .$#"
5+ count : 3
6+ path : repo/src/Properties/SquashedMigrationHelper.php
7+
8+ -
9+ message : " #^Cannot call method has\\ (\\ ) on PhpMyAdmin\\\\ SqlParser\\\\ Components\\\\ OptionsArray\\ |null\\ .$#"
10+ count : 1
11+ path : repo/src/Properties/SquashedMigrationHelper.php
12+
13+ -
14+ message : " #^Parameter \\ #1 \\ $key of function array_key_exists expects int\\ |string, string\\ |null given\\ .$#"
15+ count : 1
16+ path : repo/src/Properties/SquashedMigrationHelper.php
17+
18+ -
19+ message : " #^Parameter \\ #1 \\ $name of class NunoMaduro\\\\ Larastan\\\\ Properties\\\\ SchemaTable constructor expects string, string\\ |null given\\ .$#"
20+ count : 1
21+ path : repo/src/Properties/SquashedMigrationHelper.php
You can’t perform that action at this time.
0 commit comments