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
12
12
13
13
protected function downloads ($ id )
14
14
{
15
- $ this ->endpoint = "customers/ {$ id }/downloads " ;
16
- return self ::all ();
15
+ $ this ->endpoint = "customers/ {$ id }/downloads " ;
16
+
17
+ return self ::all ();
17
18
}
18
19
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Term extends BaseModel
11
11
/**
12
12
* Retrieve all Items.
13
13
*
14
- * @param integer $attribute_id
14
+ * @param int $attribute_id
15
15
* @param array $options
16
16
*
17
17
* @return array
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Variation extends BaseModel
11
11
/**
12
12
* Retrieve all Items.
13
13
*
14
- * @param integer $product_id
14
+ * @param int $product_id
15
15
* @param array $options
16
16
*
17
17
* @return array
You can’t perform that action at this time.
0 commit comments