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