@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | $ignoreErrors = []; |
4 | 4 | $ignoreErrors[] = [ |
@@ -2,22 +2,22 @@ |
||
2 | 2 | |
3 | 3 | $ignoreErrors = []; |
4 | 4 | $ignoreErrors[] = [ |
5 | - 'message' => '#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#', |
|
6 | - 'identifier' => 'argument.type', |
|
7 | - 'count' => 2, |
|
8 | - 'path' => __DIR__ . '/src/Util/Attribute/Resolver/Cached/CachedAttributeResolverDecorator.php', |
|
5 | + 'message' => '#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#', |
|
6 | + 'identifier' => 'argument.type', |
|
7 | + 'count' => 2, |
|
8 | + 'path' => __DIR__ . '/src/Util/Attribute/Resolver/Cached/CachedAttributeResolverDecorator.php', |
|
9 | 9 | ]; |
10 | 10 | $ignoreErrors[] = [ |
11 | - 'message' => '#^Method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\UseCase\\\\TestUseCase\\:\\:getDomainIds\\(\\) should return list\\<string\\|Stringable\\> but returns list\\.$#', |
|
12 | - 'identifier' => 'return.type', |
|
13 | - 'count' => 1, |
|
14 | - 'path' => __DIR__ . '/tests/TestDoubles/UseCase/TestUseCase.php', |
|
11 | + 'message' => '#^Method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\UseCase\\\\TestUseCase\\:\\:getDomainIds\\(\\) should return list\\<string\\|Stringable\\> but returns list\\.$#', |
|
12 | + 'identifier' => 'return.type', |
|
13 | + 'count' => 1, |
|
14 | + 'path' => __DIR__ . '/tests/TestDoubles/UseCase/TestUseCase.php', |
|
15 | 15 | ]; |
16 | 16 | $ignoreErrors[] = [ |
17 | - 'message' => '#^Parameter \\#1 \\$key of method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\Util\\\\Cache\\\\TestCache\\:\\:set\\(\\) expects string, mixed given\\.$#', |
|
18 | - 'identifier' => 'argument.type', |
|
19 | - 'count' => 1, |
|
20 | - 'path' => __DIR__ . '/tests/TestDoubles/Util/Cache/TestCache.php', |
|
17 | + 'message' => '#^Parameter \\#1 \\$key of method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\Util\\\\Cache\\\\TestCache\\:\\:set\\(\\) expects string, mixed given\\.$#', |
|
18 | + 'identifier' => 'argument.type', |
|
19 | + 'count' => 1, |
|
20 | + 'path' => __DIR__ . '/tests/TestDoubles/Util/Cache/TestCache.php', |
|
21 | 21 | ]; |
22 | 22 | |
23 | 23 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |