Passed
Push — master ( c97e91...9a636e )
by Alexandre
01:52
created
src/OAuth2OLD/ScopePolicy/Policies/ScopePolicyInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,5 +13,5 @@
 block discarded – undo
13 13
 
14 14
 interface ScopePolicyInterface
15 15
 {
16
-    function getDefaultScopes(ClientInterface $client) : ?array ;
16
+    function getDefaultScopes(ClientInterface $client) : ?array;
17 17
 }
18 18
\ No newline at end of file
Please login to merge, or discard this patch.