Completed
Push — master ( f459ca...44ae62 )
by Cyril
02:53
created
src/ApaiIO/ResponseTransformer/ObjectToPreview.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@
 block discarded – undo
110 110
         }
111 111
     }
112 112
 
113
+    /**
114
+     * @param integer $i
115
+     */
113 116
     private function get_price($i)
114 117
     {
115 118
         $list_price = isset( $this->items[$i]['ItemAttributes']['ListPrice']['Amount'] ) ? $this->items[$i]['ItemAttributes']['ListPrice']['Amount'] : NULL;
Please login to merge, or discard this patch.