We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de245ff commit d166e41Copy full SHA for d166e41
src/Server/ServerConfig.php
@@ -124,7 +124,7 @@ public static function create(array $config = []): self
124
private bool $queryBatching = false;
125
126
/**
127
- * @var array<ValidationRule>|callable|null
+ * @var array|callable|null
128
*
129
* @phpstan-var ValidationRulesOption
130
*/
@@ -315,7 +315,7 @@ public function getPromiseAdapter(): ?PromiseAdapter
315
}
316
317
318
- * @return array<ValidationRule>|callable|null
+ * @return array|callable|null
319
320
* @phpstan-return ValidationRulesOption
321
0 commit comments