Skip to content

Commit 34f0373

Browse files
authored
Merge pull request #689 from nasirkhan/analysis-BAPjRr
Apply fixes from StyleCI
2 parents cd55935 + d6f852f commit 34f0373

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

app/Listeners/Auth/UpdateLoginData.php

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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/UserUpdatedNotifyUser.php

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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)