Completed
Push — master ( a6409e...1a7062 )
by Francesco
02:30
created
src/exceptions/UploadException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      */
18 18
     public static function failed(RepositoryResponse $repositoryResponse)
19 19
     {
20
-        return new self('Failed call: '.$repositoryResponse->getError()->getError());
20
+        return new self('Failed call: ' . $repositoryResponse->getError()->getError());
21 21
     }
22 22
 
23 23
     /**+
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      */
28 28
     public static function missingIndex($missingIndex)
29 29
     {
30
-        return new self('Invalid reposnse missing: '.$missingIndex);
30
+        return new self('Invalid reposnse missing: ' . $missingIndex);
31 31
     }
32 32
 
33 33
     /**
Please login to merge, or discard this patch.