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 480de35 commit d9c3ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/class-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ static function getStandardTypes(): array
* Standard types not listed here remain untouched.
*
* @param array<string, ScalarType> $types
* @param bool $partial Whether to replace only types listed in $types or all standard types
*
* @api
*
* @throws InvariantViolation
*/
static function overrideStandardTypes(array $types): void
static function overrideStandardTypes(array $types, bool $partial = true): void
```

```php
Expand Down

0 comments on commit d9c3ed3

Please sign in to comment.