|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Access to an undefined property DOMNode\:\:\$data\.$#' |
| 5 | + identifier: property.notFound |
| 6 | + count: 2 |
| 7 | + path: src/lib/Input/Handler/Xml.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Access to an undefined property DOMNode\:\:\$tagName\.$#' |
| 11 | + identifier: property.notFound |
| 12 | + count: 2 |
| 13 | + path: src/lib/Input/Handler/Xml.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Access to an undefined property DOMNode\:\:\$wholeText\.$#' |
| 17 | + identifier: property.notFound |
| 18 | + count: 2 |
| 19 | + path: src/lib/Input/Handler/Xml.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Call to an undefined method DOMNode\:\:getAttribute\(\)\.$#' |
| 23 | + identifier: method.notFound |
| 24 | + count: 1 |
| 25 | + path: src/lib/Input/Handler/Xml.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Call to an undefined method DOMNode\:\:hasAttribute\(\)\.$#' |
| 29 | + identifier: method.notFound |
| 30 | + count: 1 |
| 31 | + path: src/lib/Input/Handler/Xml.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Parameter \#1 \$domElement of method Ibexa\\Rest\\Input\\Handler\\Xml\:\:parseFieldTypeHash\(\) expects DOMElement, DOMNode given\.$#' |
| 35 | + identifier: argument.type |
| 36 | + count: 1 |
| 37 | + path: src/lib/Input/Handler/Xml.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Parameter \#1 \$array of function array_slice expects array, iterable\<int, Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Relation\> given\.$#' |
| 41 | + identifier: argument.type |
| 42 | + count: 1 |
| 43 | + path: src/lib/Server/Controller/Content.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Parameter \#2 \$string of function explode expects string, string\|null given\.$#' |
| 47 | + identifier: argument.type |
| 48 | + count: 4 |
| 49 | + path: src/lib/Server/Controller/Content.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Parameter \#2 \.\.\.\$arrays of function array_merge expects array, iterable\<Ibexa\\Contracts\\Core\\Repository\\Values\\ContentType\\ContentType\> given\.$#' |
| 53 | + identifier: argument.type |
| 54 | + count: 1 |
| 55 | + path: src/lib/Server/Controller/ContentType.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Parameter \#1 \$array of function array_slice expects array, iterable\<Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Role\> given\.$#' |
| 59 | + identifier: argument.type |
| 60 | + count: 1 |
| 61 | + path: src/lib/Server/Controller/Role.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Parameter \#1 \.\.\.\$arrays of function array_merge expects array, iterable\<Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Policy\> given\.$#' |
| 65 | + identifier: argument.type |
| 66 | + count: 1 |
| 67 | + path: src/lib/Server/Controller/Role.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Parameter \#2 \$error_level of function trigger_error expects int, string given\.$#' |
| 71 | + identifier: argument.type |
| 72 | + count: 4 |
| 73 | + path: src/lib/Server/Controller/User.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Parameter \#1 \$message of method Psr\\Log\\LoggerInterface\:\:error\(\) expects string\|Stringable, Symfony\\Component\\Security\\Core\\User\\UserInterface\|null given\.$#' |
| 77 | + identifier: argument.type |
| 78 | + count: 1 |
| 79 | + path: src/lib/Server/Security/RestAuthenticator.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Parameter \#1 \$string of function base64_encode expects string, string\|false given\.$#' |
| 83 | + identifier: argument.type |
| 84 | + count: 1 |
| 85 | + path: tests/bundle/Functional/BinaryContentTest.php |
0 commit comments