Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Feb 9, 2022
1 parent ba66477 commit a54e057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Listeners/Creating.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Creating
/**
* When the model is being created.
*
* @param Illuminate\Database\Eloquent $model
* @param Illuminate\Database\Eloquent $model
* @return void
*/
public function handle($model)
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/Deleting.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Deleting
/**
* When the model is being deleted.
*
* @param Illuminate\Database\Eloquent $model
* @param Illuminate\Database\Eloquent $model
* @return void
*/
public function handle($model)
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/Restoring.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Restoring
/**
* When the model is being restored.
*
* @param Illuminate\Database\Eloquent $model
* @param Illuminate\Database\Eloquent $model
* @return void
*/
public function handle($model)
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/Updating.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Updating
/**
* When the model is being updated.
*
* @param Illuminate\Database\Eloquent $model
* @param Illuminate\Database\Eloquent $model
* @return void
*/
public function handle($model)
Expand Down

0 comments on commit a54e057

Please sign in to comment.