Skip to content

Commit 1a1b1f3

Browse files
authored
Fixed pipeline (#297)
1 parent 04e3173 commit 1a1b1f3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/build/
33
/vendor/
44
/composer.lock
5+
/.phpunit.result.cache
6+
/.idea

phpstan.neon

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ parameters:
22
earlyTerminatingMethodCalls:
33
Phoenix\Database\Adapter\PdoAdapter:
44
- throwError
5+
6+
ignoreErrors:
7+
-
8+
message: '#^Offset 2 might not exist on array\{0\?: string, 1\?: string, 2\?: string, 3\?: string\}\.$#'
9+
path: src/Database/Adapter/MysqlAdapter.php
10+
-
11+
message: '#^Instanceof between Phoenix\\Database\\Element\\Column and Phoenix\\Database\\Element\\Column will always evaluate to true\.$#'
12+
path: src/Database/Element/Behavior/PrimaryColumnsBehavior.php

0 commit comments

Comments
 (0)