From a54e057de179cd575ef839935d068cf21ce85960 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 9 Feb 2022 08:47:54 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Listeners/Creating.php | 2 +- src/Listeners/Deleting.php | 2 +- src/Listeners/Restoring.php | 2 +- src/Listeners/Updating.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Listeners/Creating.php b/src/Listeners/Creating.php index 8432a0d..a5e57ea 100644 --- a/src/Listeners/Creating.php +++ b/src/Listeners/Creating.php @@ -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) diff --git a/src/Listeners/Deleting.php b/src/Listeners/Deleting.php index 0927197..b634227 100644 --- a/src/Listeners/Deleting.php +++ b/src/Listeners/Deleting.php @@ -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) diff --git a/src/Listeners/Restoring.php b/src/Listeners/Restoring.php index b9309d9..5cb1d32 100644 --- a/src/Listeners/Restoring.php +++ b/src/Listeners/Restoring.php @@ -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) diff --git a/src/Listeners/Updating.php b/src/Listeners/Updating.php index 9f1188c..4cf018a 100644 --- a/src/Listeners/Updating.php +++ b/src/Listeners/Updating.php @@ -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)