Passed
Push — develop ( e667b3...9fc062 )
by nguereza
18:34
created
src/Entity/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.