We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f49b3 + 279d521 commit d83f6d7Copy full SHA for d83f6d7
lib/Customer.php
@@ -22,7 +22,7 @@
22
* --------------------------------------------------------------------------
23
* Customer -> Custom actions
24
25
- * @method array search() Search for customers matching supplied query
+ * @method array search(string $query = '') Search for customers matching supplied query
26
*/
27
class Customer extends ShopifyResource
28
{
@@ -60,4 +60,4 @@ public function send_invite($customer_invite = array())
60
61
return $this->post($dataArray, $url, false);
62
}
63
-}
+}
0 commit comments