Skip to content

Commit a54e057

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent ba66477 commit a54e057

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Listeners/Creating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Creating
99
/**
1010
* When the model is being created.
1111
*
12-
* @param Illuminate\Database\Eloquent $model
12+
* @param Illuminate\Database\Eloquent $model
1313
* @return void
1414
*/
1515
public function handle($model)

src/Listeners/Deleting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Deleting
99
/**
1010
* When the model is being deleted.
1111
*
12-
* @param Illuminate\Database\Eloquent $model
12+
* @param Illuminate\Database\Eloquent $model
1313
* @return void
1414
*/
1515
public function handle($model)

src/Listeners/Restoring.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Restoring
77
/**
88
* When the model is being restored.
99
*
10-
* @param Illuminate\Database\Eloquent $model
10+
* @param Illuminate\Database\Eloquent $model
1111
* @return void
1212
*/
1313
public function handle($model)

src/Listeners/Updating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Updating
99
/**
1010
* When the model is being updated.
1111
*
12-
* @param Illuminate\Database\Eloquent $model
12+
* @param Illuminate\Database\Eloquent $model
1313
* @return void
1414
*/
1515
public function handle($model)

0 commit comments

Comments
 (0)