Skip to content

Commit

Permalink
Prettify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored and actions-user committed Nov 13, 2024
1 parent bd3c5d4 commit d0468a4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/class-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, ScalarType> $types
*
* @api
*
* @throws InvariantViolation
*/
static function overrideStandardTypes(array $types): void
```

```php
/**
* Returns standard validation rules implementing GraphQL spec.
Expand Down

0 comments on commit d0468a4

Please sign in to comment.