Skip to content

Commit 6d7ace0

Browse files
committed
cleanup
1 parent 73c9774 commit 6d7ace0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PsrValidationCacheAdapter.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
use Psr\SimpleCache\CacheInterface;
1010
use Symfony\Component\String\Exception\InvalidArgumentException;
1111

12-
/**
13-
* @phpstan-type ErrorArray array{
14-
* message: string,
15-
* locations?: array<int, array{line: int, column: int}>
16-
* }
17-
*/
1812
final class PsrValidationCacheAdapter implements ValidationCache
1913
{
2014
private const KEY_PREFIX = 'gql_validation_';

0 commit comments

Comments
 (0)