Test Failed
Push — master ( 180291...c38b4d )
by Max van der
08:06 queued 44s
created
src/Repositories/ClientRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             ['id', '=', $clientIdentifier]
22 22
         ] + ($mustValidateSecret ? [['secret', '=', $clientSecret]] : []));
23 23
 
24
-        return $client ? $client.first() : null;
24
+        return $client ? $client . first() : null;
25 25
     }
26 26
 
27 27
 }
Please login to merge, or discard this patch.