|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#' |
| 4 | + rawMessage: 'Argument of an invalid type mixed supplied for foreach, only iterables are supported.' |
5 | 5 | identifier: foreach.nonIterable |
6 | 6 | count: 1 |
7 | 7 | path: ../src/Command/DeleteCommand.php |
8 | 8 |
|
9 | 9 | - |
10 | | - message: '#^Parameter \#1 \$prefix of method Cloudinary\\Api\\Admin\\AdminApi\:\:deleteAssetsByPrefix\(\) expects string, mixed given\.$#' |
| 10 | + rawMessage: 'Parameter #1 $prefix of method Cloudinary\Api\Admin\AdminApi::deleteAssetsByPrefix() expects string, mixed given.' |
11 | 11 | identifier: argument.type |
12 | 12 | count: 1 |
13 | 13 | path: ../src/Command/DeleteCommand.php |
14 | 14 |
|
15 | 15 | - |
16 | | - message: '#^Parameter \#1 \$publicIds of method Cloudinary\\Api\\Admin\\AdminApi\:\:deleteAssets\(\) expects array\|string, mixed given\.$#' |
| 16 | + rawMessage: 'Parameter #1 $publicIds of method Cloudinary\Api\Admin\AdminApi::deleteAssets() expects array|string, mixed given.' |
17 | 17 | identifier: argument.type |
18 | 18 | count: 1 |
19 | 19 | path: ../src/Command/DeleteCommand.php |
20 | 20 |
|
21 | 21 | - |
22 | | - message: '#^Parameter \#2 \.\.\.\$args of function Psl\\Str\\format expects float\|int\|string, mixed given\.$#' |
| 22 | + rawMessage: 'Parameter #2 ...$args of function Psl\Str\format expects float|int|string, mixed given.' |
23 | 23 | identifier: argument.type |
24 | 24 | count: 2 |
25 | 25 | path: ../src/Command/DeleteCommand.php |
26 | 26 |
|
27 | 27 | - |
28 | | - message: '#^Parameter \#1 \$publicId of method Cloudinary\\Api\\Admin\\AdminApi\:\:asset\(\) expects string, mixed given\.$#' |
| 28 | + rawMessage: 'Parameter #1 $publicId of method Cloudinary\Api\Admin\AdminApi::asset() expects string, mixed given.' |
29 | 29 | identifier: argument.type |
30 | 30 | count: 1 |
31 | 31 | path: ../src/Command/InfoCommand.php |
32 | 32 |
|
33 | 33 | - |
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\.$#' |
| 34 | + rawMessage: '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 | 35 | identifier: argument.type |
36 | 36 | count: 1 |
37 | 37 | path: ../src/Command/InfoCommand.php |
38 | 38 |
|
39 | 39 | - |
40 | | - message: '#^Parameter \#1 \$dirs of method Symfony\\Component\\Finder\\Finder\:\:in\(\) expects array\<string\>\|string, mixed given\.$#' |
| 40 | + rawMessage: 'Parameter #1 $dirs of method Symfony\Component\Finder\Finder::in() expects array<string>|string, mixed given.' |
41 | 41 | identifier: argument.type |
42 | 42 | count: 1 |
43 | 43 | path: ../src/Command/UploadCommand.php |
44 | 44 |
|
45 | 45 | - |
46 | | - message: '#^Parameter \#1 \$node of function Psl\\Filesystem\\get_filename expects non\-empty\-string, string given\.$#' |
| 46 | + rawMessage: 'Parameter #1 $node of function Psl\Filesystem\get_filename expects non-empty-string, string given.' |
47 | 47 | identifier: argument.type |
48 | 48 | count: 1 |
49 | 49 | path: ../src/Command/UploadCommand.php |
50 | 50 |
|
51 | 51 | - |
52 | | - message: '#^Parameter \#1 \$patterns of method Symfony\\Component\\Finder\\Finder\:\:name\(\) expects array\<string\>\|string, mixed given\.$#' |
| 52 | + rawMessage: 'Parameter #1 $patterns of method Symfony\Component\Finder\Finder::name() expects array<string>|string, mixed given.' |
53 | 53 | identifier: argument.type |
54 | 54 | count: 1 |
55 | 55 | path: ../src/Command/UploadCommand.php |
| 56 | + |
| 57 | + - |
| 58 | + rawMessage: 'Method Speicher210\CloudinaryBundle\DependencyInjection\Configuration::getConfigTreeBuilder() return type with generic class Symfony\Component\Config\Definition\Builder\TreeBuilder does not specify its types: T' |
| 59 | + identifier: missingType.generics |
| 60 | + count: 1 |
| 61 | + path: ../src/DependencyInjection/Configuration.php |
0 commit comments