Completed
Pull Request — master (#103)
by
unknown
04:12 queued 15s
created
src/Resource/Multiorders.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      */
59 59
     public function get($id_moip)
60 60
     {
61
-         return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::PATH, $id_moip));
61
+            return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::PATH, $id_moip));
62 62
     }
63 63
 
64 64
     /**
Please login to merge, or discard this patch.