@@ -87,7 +87,7 @@ |
||
| 87 | 87 | */ |
| 88 | 88 | public static function createNewClient( |
| 89 | 89 | string $name, |
| 90 | - string|array|null $redirectUris = null, |
|
| 90 | + string | array | null $redirectUris = null, |
|
| 91 | 91 | ?array $scopes = null |
| 92 | 92 | ): self { |
| 93 | 93 | if (is_string($redirectUris)) { |