Skip to content

Commit e986e22

Browse files
committed
Update phpstan-baseline.neon
1 parent ce6f7da commit e986e22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ parameters:
2727
count: 1
2828
path: src/QueryReflection/DbaApi.php
2929

30+
-
31+
message: '#^Cannot access offset int\<0, max\> on array\<array\{name\: string, table\: string, native_type\: string, len\: int, flags\: array\<int, string\>, precision\: int\<0, max\>, pdo_type\: 0\|1\|2\|3\|4\|5\|6\|536870912\|1073741824\|2147483648\}\>\|PDOException\|null\.$#'
32+
identifier: offsetAccess.nonOffsetAccessible
33+
count: 1
34+
path: src/QueryReflection/PdoMysqlQueryReflector.php
35+
3036
-
3137
message: '''
3238
#^Call to deprecated method resolvePreparedQueryString\(\) of class staabm\\PHPStanDba\\QueryReflection\\QueryReflection\:

0 commit comments

Comments
 (0)