Completed
Push — master ( ac8e10...d5ebee )
by Jean C.
02:30
created
src/Resource/MoipResource.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         }
80 80
     }
81 81
 
82
+    /**
83
+     * @param string $key
84
+     */
82 85
     protected function getIfSetDateFmt($key, $fmt, stdClass $data=null){
83 86
         $val = $this->getIfSet($key, $data);
84 87
         if (!empty($val)) {
Please login to merge, or discard this patch.
src/Resource/Orders.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     /**
167 167
      * Create a new order in MoIP.
168 168
      *
169
-     * @return Orders
169
+     * @return stdClass
170 170
      */
171 171
     public function create()
172 172
     {
Please login to merge, or discard this patch.