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.
1 parent de2fb2b commit 9d98c1bCopy full SHA for 9d98c1b
src/Modules/Accounts.php
@@ -10,7 +10,7 @@ class Accounts extends ShopsUnitedLaravel
10
* Check if the API key in the config is valid.
11
* @return bool
12
*/
13
- public function validate() : bool
+ public function validate(): bool
14
{
15
$data = $this
16
->setParams([
@@ -29,7 +29,7 @@ public function validate() : bool
29
* @param string $email
30
31
32
- public function exists($email = null) : bool
+ public function exists($email = null): bool
33
34
35
->addQuery([
0 commit comments