From d0468a4ed0bf34422fd6a2317d544b6cbfcc6e36 Mon Sep 17 00:00:00 2001 From: ruudk Date: Wed, 13 Nov 2024 11:05:41 +0000 Subject: [PATCH] Prettify docs --- docs/class-reference.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/class-reference.md b/docs/class-reference.md index 26922b7fc..2330769e2 100644 --- a/docs/class-reference.md +++ b/docs/class-reference.md @@ -128,21 +128,6 @@ static function getStandardDirectives(): array static function getStandardTypes(): array ``` -```php -/** - * Replaces standard types with types from this list (matching by name). - * - * Standard types not listed here remain untouched. - * - * @param array $types - * - * @api - * - * @throws InvariantViolation - */ -static function overrideStandardTypes(array $types): void -``` - ```php /** * Returns standard validation rules implementing GraphQL spec.