|
1 | 1 | parameters: |
2 | | - level: 4 |
| 2 | + level: 6 |
| 3 | + checkMissingIterableValueType: false |
| 4 | + checkGenericClassInNonGenericObjectType: false |
3 | 5 | ignoreErrors: |
4 | | - - '#Method Muffin\\Webservice\\Query::endpoint\(\) should return \$this\(Muffin\\Webservice\\Query\)|Muffin\\Webservice\\Model\\Endpoint but returns Cake\Datasource\RepositoryInterface#' |
5 | | - - '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::callFinder\(\)#' |
6 | | - - '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::dispatchEvent\(\)#' |
7 | | - - '#Method Muffin\\Webservice\\Query::offset\(\) should return \$this\(Cake\\Datasource\\QueryInterface\) but returns \$this\(Muffin\\Webservice\\Query\)#' |
8 | | - - '#Return type \(array\) of method Muffin\\Webservice\\Query::aliasField\(\) should be compatible with return type \(string\) of method Cake\\Datasource\\QueryInterface::aliasField\(\)#' |
9 | | - - '#Call to an undefined method Cake\\Datasource\\RepositoryInterface::getName\(\)#' |
10 | | - - '#Call to an undefined method Traversable::count\(\)#' |
11 | | - - '#Strict comparison using === between string and null will always evaluate to false#' |
12 | | - - '#Negated boolean expression is always false#' |
| 6 | + - |
| 7 | + message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#" |
| 8 | + count: 1 |
| 9 | + path: src/Marshaller.php |
| 10 | + |
| 11 | + - |
| 12 | + message: "#^Negated boolean expression is always false\\.$#" |
| 13 | + count: 3 |
| 14 | + path: src/Model/Endpoint.php |
| 15 | + |
| 16 | + - |
| 17 | + message: "#^Result of \\|\\| is always true\\.$#" |
| 18 | + count: 1 |
| 19 | + path: src/Model/Endpoint.php |
| 20 | + |
| 21 | + - |
| 22 | + message: "#^Unreachable statement \\- code above always terminates\\.$#" |
| 23 | + count: 1 |
| 24 | + path: src/Model/Endpoint.php |
| 25 | + |
| 26 | + - |
| 27 | + message: "#^Call to an undefined method Traversable\\:\\:count\\(\\)\\.$#" |
| 28 | + count: 1 |
| 29 | + path: src/Model/Endpoint.php |
| 30 | + |
| 31 | + - |
| 32 | + message: "#^Parameter \\#1 \\$connection of method Muffin\\\\Webservice\\\\Model\\\\Endpoint\\:\\:setConnection\\(\\) expects Muffin\\\\Webservice\\\\Connection, Muffin\\\\Webservice\\\\AbstractDriver given\\.$#" |
| 33 | + count: 1 |
| 34 | + path: src/Model/Endpoint.php |
| 35 | + |
| 36 | + - |
| 37 | + message: "#^Method Muffin\\\\Webservice\\\\Query\\:\\:endpoint\\(\\) should return \\$this\\(Muffin\\\\Webservice\\\\Query\\)\\|Muffin\\\\Webservice\\\\Model\\\\Endpoint but returns Cake\\\\Datasource\\\\RepositoryInterface\\.$#" |
| 38 | + count: 1 |
| 39 | + path: src/Query.php |
| 40 | + |
| 41 | + - |
| 42 | + message: "#^Call to an undefined method Cake\\\\Datasource\\\\RepositoryInterface\\:\\:callFinder\\(\\)\\.$#" |
| 43 | + count: 1 |
| 44 | + path: src/Query.php |
| 45 | + |
| 46 | + - |
| 47 | + message: "#^Call to an undefined method Cake\\\\Datasource\\\\RepositoryInterface\\:\\:getName\\(\\)\\.$#" |
| 48 | + count: 1 |
| 49 | + path: src/Query.php |
| 50 | + |
| 51 | + - |
| 52 | + message: "#^Return type \\(array\\) of method Muffin\\\\Webservice\\\\Query\\:\\:aliasField\\(\\) should be compatible with return type \\(string\\) of method Cake\\\\Datasource\\\\QueryInterface\\:\\:aliasField\\(\\)$#" |
| 53 | + count: 1 |
| 54 | + path: src/Query.php |
| 55 | + |
| 56 | + - |
| 57 | + message: "#^Call to an undefined method Cake\\\\Datasource\\\\RepositoryInterface\\:\\:dispatchEvent\\(\\)\\.$#" |
| 58 | + count: 1 |
| 59 | + path: src/Query.php |
0 commit comments