Passed
Branch master (c8a844)
by Max van der
06:12
created
Category
src/Repositories/ScopeRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         $clientScopes = $client->scopes;
43 43
 
44 44
         $requestedScopeIds = [];
45
-        foreach($scopes as $scope) {
45
+        foreach ($scopes as $scope) {
46 46
             $requestedScopeIds[] = $scope->getIdentifier();
47 47
         }
48 48
 
Please login to merge, or discard this patch.
src/Providers/Oauth2ServerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
     public function boot()
45 45
     {
46
-        $this->loadRoutesFrom(dirname(__DIR__).'/Http/routes.php');
46
+        $this->loadRoutesFrom(dirname(__DIR__) . '/Http/routes.php');
47 47
     }
48 48
 
49 49
     public function register()
Please login to merge, or discard this patch.