File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
class PurchasesManager extends BaseManager
6
6
{
7
7
/**
8
- * @param int $page
8
+ * @param int $page
9
9
* @param string $filterBy
10
- * @param false $includeAllItemDetails
11
- *
12
- * @return \InfyOmLabs\LaravelEnvato\Client\EnvatoResponse
10
+ * @param false $includeAllItemDetails
13
11
*
14
12
* @throws \GuzzleHttp\Exception\GuzzleException
15
13
* @throws \InfyOmLabs\LaravelEnvato\Exceptions\EnvatoRateLimitException
14
+ *
15
+ * @return \InfyOmLabs\LaravelEnvato\Client\EnvatoResponse
16
16
*/
17
17
public function listAllPurchases ($ page = 1 , $ filterBy = '' , $ includeAllItemDetails = false )
18
18
{
19
19
$ params = [
20
- 'page ' => $ page ,
21
- 'filter_by ' => $ filterBy ,
20
+ 'page ' => $ page ,
21
+ 'filter_by ' => $ filterBy ,
22
22
'include_all_item_details ' => $ includeAllItemDetails ,
23
23
];
24
24
You can’t perform that action at this time.
0 commit comments