Passed
Pull Request — master (#156)
by Adam
02:12
created
src/Response/SshKeysResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         parent::__construct(
18 18
             array_map(
19
-                function ($sshkey) {
19
+                function($sshkey) {
20 20
                     return new SshKeyResponse($sshkey);
21 21
                 },
22 22
                 $sshkeys
Please login to merge, or discard this patch.