Skip to content

Commit d166e41

Browse files
committed
Clean up types
1 parent de245ff commit d166e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/ServerConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static function create(array $config = []): self
124124
private bool $queryBatching = false;
125125

126126
/**
127-
* @var array<ValidationRule>|callable|null
127+
* @var array|callable|null
128128
*
129129
* @phpstan-var ValidationRulesOption
130130
*/
@@ -315,7 +315,7 @@ public function getPromiseAdapter(): ?PromiseAdapter
315315
}
316316

317317
/**
318-
* @return array<ValidationRule>|callable|null
318+
* @return array|callable|null
319319
*
320320
* @phpstan-return ValidationRulesOption
321321
*/

0 commit comments

Comments
 (0)