Skip to content

Commit

Permalink
Merge pull request #615 from nasirkhan/analysis-7WdMgk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nasirkhan authored Oct 10, 2024
2 parents 33a3049 + d36be18 commit ddc2875
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion app/Listeners/Auth/UpdateLoginData.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UpdateLoginData
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserCreatedNotifySuperUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
4 changes: 3 additions & 1 deletion app/Listeners/Backend/UserUpdated/UserUpdatedNotifyUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class EmailNotificationOnUserRegistered implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
4 changes: 3 additions & 1 deletion app/Listeners/Frontend/UserUpdated/UserUpdatedNotifyUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedNotifyUser implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class UserUpdatedProfileUpdate implements ShouldQueue
*
* @return void
*/
public function __construct() {}
public function __construct()
{
}

/**
* Handle the event.
Expand Down

0 comments on commit ddc2875

Please sign in to comment.