Completed
Push — master ( aebd05...0c0a9d )
by Alexandre
02:31
created
src/OAuth2/OpenID/ResponseTypes/NoneResponseType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @return array
32 32
      */
33 33
     public function handle(ServerRequestInterface $request, ResourceOwnerInterface $resourceOwner,
34
-                           RegisteredClient $client, ?array $scope = null): array
34
+                            RegisteredClient $client, ?array $scope = null): array
35 35
     {
36 36
         return [];
37 37
     }
Please login to merge, or discard this patch.