|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" |
| 4 | + message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#' |
| 5 | + identifier: foreach.nonIterable |
5 | 6 | count: 1 |
6 | 7 | path: ../src/Command/DeleteCommand.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Parameter \\#1 \\$prefix of method Cloudinary\\\\Api\\\\Admin\\\\AdminApi\\:\\:deleteAssetsByPrefix\\(\\) expects string, mixed given\\.$#" |
| 10 | + message: '#^Parameter \#1 \$prefix of method Cloudinary\\Api\\Admin\\AdminApi\:\:deleteAssetsByPrefix\(\) expects string, mixed given\.$#' |
| 11 | + identifier: argument.type |
10 | 12 | count: 1 |
11 | 13 | path: ../src/Command/DeleteCommand.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Parameter \\#1 \\$publicIds of method Cloudinary\\\\Api\\\\Admin\\\\AdminApi\\:\\:deleteAssets\\(\\) expects array\\|string, mixed given\\.$#" |
| 16 | + message: '#^Parameter \#1 \$publicIds of method Cloudinary\\Api\\Admin\\AdminApi\:\:deleteAssets\(\) expects array\|string, mixed given\.$#' |
| 17 | + identifier: argument.type |
15 | 18 | count: 1 |
16 | 19 | path: ../src/Command/DeleteCommand.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Parameter \\#2 \\.\\.\\.\\$args of function Psl\\\\Str\\\\format expects float\\|int\\|string, mixed given\\.$#" |
| 22 | + message: '#^Parameter \#2 \.\.\.\$args of function Psl\\Str\\format expects float\|int\|string, mixed given\.$#' |
| 23 | + identifier: argument.type |
20 | 24 | count: 2 |
21 | 25 | path: ../src/Command/DeleteCommand.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Parameter \\#1 \\$publicId of method Cloudinary\\\\Api\\\\Admin\\\\AdminApi\\:\\:asset\\(\\) expects string, mixed given\\.$#" |
| 28 | + message: '#^Parameter \#1 \$publicId of method Cloudinary\\Api\\Admin\\AdminApi\:\:asset\(\) expects string, mixed given\.$#' |
| 29 | + identifier: argument.type |
25 | 30 | count: 1 |
26 | 31 | path: ../src/Command/InfoCommand.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Parameter \\#2 \\$derivedResources of method Speicher210\\\\CloudinaryBundle\\\\Command\\\\InfoCommand\\:\\:renderDerivedResources\\(\\) expects array\\<array\\{id\\: string, format\\: string, bytes\\: int, transformation\\: string, url\\: string\\}\\>, mixed given\\.$#" |
| 34 | + message: '#^Parameter \#2 \$derivedResources of method Speicher210\\CloudinaryBundle\\Command\\InfoCommand\:\:renderDerivedResources\(\) expects array\<array\{id\: string, format\: string, bytes\: int, transformation\: string, url\: string\}\>, mixed given\.$#' |
| 35 | + identifier: argument.type |
30 | 36 | count: 1 |
31 | 37 | path: ../src/Command/InfoCommand.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^In method \"Speicher210\\\\CloudinaryBundle\\\\Command\\\\UploadCommand\\:\\:execute\", caught \"Throwable\" must be rethrown\\. Either catch a more specific exception or add a \"throw\" clause in the \"catch\" block to propagate the exception\\. More info\\: http\\://bit\\.ly/failloud$#" |
| 40 | + message: '#^Parameter \#1 \$dirs of method Symfony\\Component\\Finder\\Finder\:\:in\(\) expects array\<string\>\|string, mixed given\.$#' |
| 41 | + identifier: argument.type |
35 | 42 | count: 1 |
36 | 43 | path: ../src/Command/UploadCommand.php |
37 | 44 |
|
38 | 45 | - |
39 | | - message: "#^Parameter \\#1 \\$dirs of method Symfony\\\\Component\\\\Finder\\\\Finder\\:\\:in\\(\\) expects array\\<string\\>\\|string, mixed given\\.$#" |
| 46 | + message: '#^Parameter \#1 \$node of function Psl\\Filesystem\\get_filename expects non\-empty\-string, string given\.$#' |
| 47 | + identifier: argument.type |
40 | 48 | count: 1 |
41 | 49 | path: ../src/Command/UploadCommand.php |
42 | 50 |
|
43 | 51 | - |
44 | | - message: "#^Parameter \\#1 \\$node of function Psl\\\\Filesystem\\\\get_filename expects non\\-empty\\-string, string given\\.$#" |
45 | | - count: 1 |
46 | | - path: ../src/Command/UploadCommand.php |
47 | | - |
48 | | - - |
49 | | - message: "#^Parameter \\#1 \\$patterns of method Symfony\\\\Component\\\\Finder\\\\Finder\\:\\:name\\(\\) expects array\\<string\\>\\|string, mixed given\\.$#" |
| 52 | + message: '#^Parameter \#1 \$patterns of method Symfony\\Component\\Finder\\Finder\:\:name\(\) expects array\<string\>\|string, mixed given\.$#' |
| 53 | + identifier: argument.type |
50 | 54 | count: 1 |
51 | 55 | path: ../src/Command/UploadCommand.php |
0 commit comments