Completed
Push — master ( 43590a...28d05b )
by Raphaël
05:30
created
src/CertainApiClient.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
         if(!is_null($ressourcePath)){
122 122
             $this->builPath = 'accounts/'.$this->getAccountCode().$ressourceAdded;
123 123
             return  $this->builPath;
124
-        }else{
124
+        } else{
125 125
             $this->builPath = $ressourceName.'/'.$this->getAccountCode().$ressourceAdded;
126 126
             return  $this->builPath;
127 127
         }
Please login to merge, or discard this patch.