Skip to content

Commit bb5c077

Browse files
thefeqygithub-actions[bot]
authored andcommitted
fix: styling issues
1 parent f9d0ae4 commit bb5c077

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Traits/HasActiveScope.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ public static function bootHasActiveScope(): void
2727
}
2828
}
2929

30-
3130
/**
3231
* Scope a query to only include active models.
33-
*
34-
* @param Builder $query
35-
* @return Builder
3632
*/
3733
public static function scopeWithActive(Builder $query): Builder
3834
{
@@ -44,9 +40,6 @@ public static function scopeWithActive(Builder $query): Builder
4440

4541
/**
4642
* Scope a query to only include active models.
47-
*
48-
* @param Builder $query
49-
* @return Builder
5043
*/
5144
public function scopeWithoutActive(Builder $query): Builder
5245
{
@@ -55,7 +48,6 @@ public function scopeWithoutActive(Builder $query): Builder
5548

5649
/**
5750
* Initialize the trait by adding the status column to the fillable array.
58-
* @return void
5951
*/
6052
public function initializeHasActiveScope(): void
6153
{

0 commit comments

Comments
 (0)