Skip to content

Commit 9d98c1b

Browse files
Apply fixes from StyleCI (#4)
1 parent de2fb2b commit 9d98c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modules/Accounts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Accounts extends ShopsUnitedLaravel
1010
* Check if the API key in the config is valid.
1111
* @return bool
1212
*/
13-
public function validate() : bool
13+
public function validate(): bool
1414
{
1515
$data = $this
1616
->setParams([
@@ -29,7 +29,7 @@ public function validate() : bool
2929
* @param string $email
3030
* @return bool
3131
*/
32-
public function exists($email = null) : bool
32+
public function exists($email = null): bool
3333
{
3434
$data = $this
3535
->addQuery([

0 commit comments

Comments
 (0)