Skip to content

Commit 5e2fd8f

Browse files
committed
Update Larastan baseline
1 parent 2de8458 commit 5e2fd8f

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
parameters:
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

0 commit comments

Comments
 (0)