File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ class Customer extends BaseModel
1212
1313 protected function downloads ($ id )
1414 {
15- $ this ->endpoint = "customers/ {$ id }/downloads " ;
16- return self ::all ();
15+ $ this ->endpoint = "customers/ {$ id }/downloads " ;
16+
17+ return self ::all ();
1718 }
1819}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Term extends BaseModel
1111 /**
1212 * Retrieve all Items.
1313 *
14- * @param integer $attribute_id
14+ * @param int $attribute_id
1515 * @param array $options
1616 *
1717 * @return array
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Variation extends BaseModel
1111 /**
1212 * Retrieve all Items.
1313 *
14- * @param integer $product_id
14+ * @param int $product_id
1515 * @param array $options
1616 *
1717 * @return array
You can’t perform that action at this time.
0 commit comments