Skip to content

Commit c25451f

Browse files
committed
Apply fixes from StyleCI
1 parent 4fbbdd6 commit c25451f

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

app/Listeners/Auth/UpdateLoginData.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UpdateLoginData
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Backend/UserCreated/UserCreatedNotifySuperUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserCreatedNotifySuperUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Frontend/UserRegistered/EmailNotificationOnUserRegistered.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class EmailNotificationOnUserRegistered implements ShouldQueue
1515
*
1616
* @return void
1717
*/
18-
public function __construct() {}
18+
public function __construct()
19+
{
20+
}
1921

2022
/**
2123
* Handle the event.

app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

app/Listeners/Frontend/UserUpdated/UserUpdatedProfileUpdate.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class UserUpdatedProfileUpdate implements ShouldQueue
1212
*
1313
* @return void
1414
*/
15-
public function __construct() {}
15+
public function __construct()
16+
{
17+
}
1618

1719
/**
1820
* Handle the event.

0 commit comments

Comments
 (0)