|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Anonymous function should return Illuminate\\Database\\Eloquent\\Collection but returns Illuminate\\Support\\Collection\<int, object\>\.$#' |
| 5 | + identifier: return.type |
| 6 | + count: 1 |
| 7 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\:\:forceDeleteReturning\(\)\.$#' |
| 11 | + identifier: method.notFound |
| 12 | + count: 1 |
| 13 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Call to protected method addTimestampsToUpsertValues\(\) of class Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\.$#' |
| 17 | + identifier: method.protected |
| 18 | + count: 1 |
| 19 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Call to protected method addUpdatedAtColumn\(\) of class Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\.$#' |
| 23 | + identifier: method.protected |
| 24 | + count: 1 |
| 25 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Call to protected method addUpdatedAtToUpsertColumns\(\) of class Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\.$#' |
| 29 | + identifier: method.protected |
| 30 | + count: 1 |
| 31 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^PHPDoc tag @var with type Illuminate\\Database\\Eloquent\\Builder is not subtype of native type \$this\(Tpetry\\PostgresqlEnhanced\\Eloquent\\Mixins\\BuilderReturning\)\.$#' |
| 35 | + identifier: varTag.nativeType |
| 36 | + count: 1 |
| 37 | + path: src/Eloquent/Mixins/BuilderReturning.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Call to function method_exists\(\) with Tpetry\\PostgresqlEnhanced\\Query\\Grammar and ''setConnection'' will always evaluate to true\.$#' |
| 41 | + identifier: function.alreadyNarrowedType |
| 42 | + count: 1 |
| 43 | + path: src/PostgresEnhancedConnection.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Call to function method_exists\(\) with Tpetry\\PostgresqlEnhanced\\Schema\\Grammars\\Grammar and ''setConnection'' will always evaluate to true\.$#' |
| 47 | + identifier: function.alreadyNarrowedType |
| 48 | + count: 1 |
| 49 | + path: src/PostgresEnhancedConnection.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Call to function method_exists\(\) with \$this\(Tpetry\\PostgresqlEnhanced\\Query\\Builder\) and ''applyBeforeQueryCal…'' will always evaluate to true\.$#' |
| 53 | + identifier: function.alreadyNarrowedType |
| 54 | + count: 7 |
| 55 | + path: src/Query/Builder.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Return type \(array\<int, string\>\) of method Tpetry\\PostgresqlEnhanced\\Schema\\Grammars\\Grammar\:\:compileAdd\(\) should be compatible with return type \(string\) of method Illuminate\\Database\\Schema\\Grammars\\PostgresGrammar\:\:compileAdd\(\)$#' |
| 59 | + identifier: method.childReturnType |
| 60 | + count: 1 |
| 61 | + path: src/Schema/Grammars/Grammar.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Call to an undefined method Illuminate\\Database\\Migrations\\Migration\:\:timeoutDown\(\)\.$#' |
| 65 | + identifier: method.notFound |
| 66 | + count: 1 |
| 67 | + path: src/Support/Helpers/ZeroDowntimeMigrationSupervisor.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Call to an undefined method Illuminate\\Database\\Migrations\\Migration\:\:timeoutUp\(\)\.$#' |
| 71 | + identifier: method.notFound |
| 72 | + count: 1 |
| 73 | + path: src/Support/Helpers/ZeroDowntimeMigrationSupervisor.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\<Tpetry\\PostgresqlEnhanced\\Tests\\Eloquent\\Example\>\:\:forceDeleteReturning\(\)\.$#' |
| 77 | + identifier: method.notFound |
| 78 | + count: 3 |
| 79 | + path: tests/Eloquent/BuilderReturningTest.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:24\) and ''timeout'' will always evaluate to true\.$#' |
| 83 | + identifier: function.alreadyNarrowedType |
| 84 | + count: 2 |
| 85 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:36\) and ''timeout'' will always evaluate to true\.$#' |
| 89 | + identifier: function.alreadyNarrowedType |
| 90 | + count: 2 |
| 91 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:45\) and ''timeout'' will always evaluate to true\.$#' |
| 95 | + identifier: function.alreadyNarrowedType |
| 96 | + count: 2 |
| 97 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:55\) and ''timeout'' will always evaluate to true\.$#' |
| 101 | + identifier: function.alreadyNarrowedType |
| 102 | + count: 2 |
| 103 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:66\) and ''timeout'' will always evaluate to true\.$#' |
| 107 | + identifier: function.alreadyNarrowedType |
| 108 | + count: 2 |
| 109 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Call to function property_exists\(\) with \$this\(Illuminate\\Database\\Migrations\\Migration@anonymous/tests/Migration/ZeroDowntimeMigrationTest\.php\:70\) and ''timeout'' will always evaluate to true\.$#' |
| 113 | + identifier: function.alreadyNarrowedType |
| 114 | + count: 2 |
| 115 | + path: tests/Migration/ZeroDowntimeMigrationTest.php |
0 commit comments