@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | $ignoreErrors = []; |
4 | 4 | $ignoreErrors[] = [ |
5 | - 'message' => '#^Method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\DomainContext\\\\TestDomainContext\\:\\:getDomainIds\\(\\) should return list\\<string\\|Stringable\\> but returns list\\.$#', |
|
6 | - 'identifier' => 'return.type', |
|
7 | - 'count' => 1, |
|
8 | - 'path' => __DIR__ . '/tests/TestDoubles/DomainContext/TestDomainContext.php', |
|
5 | + 'message' => '#^Method Gember\\\\EventSourcing\\\\Test\\\\TestDoubles\\\\DomainContext\\\\TestDomainContext\\:\\:getDomainIds\\(\\) should return list\\<string\\|Stringable\\> but returns list\\.$#', |
|
6 | + 'identifier' => 'return.type', |
|
7 | + 'count' => 1, |
|
8 | + 'path' => __DIR__ . '/tests/TestDoubles/DomainContext/TestDomainContext.php', |
|
9 | 9 | ]; |
10 | 10 | |
11 | 11 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | $ignoreErrors = []; |
4 | 4 | $ignoreErrors[] = [ |