Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 4465911

Browse files
committed
#MOD - StyleCI fixes
1 parent 0499415 commit 4465911

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

src/Repositories/CoreRepository.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ public function orHas($relation, $operator = '>=', $count = 1): CoreRepositoryIn
801801
* Add a relationship count / exists condition to the query.
802802
*
803803
* @param $relation
804-
* @param string $boolean
804+
* @param string $boolean
805805
* @param Closure|null $callback
806806
*
807807
* @return $this
@@ -920,9 +920,9 @@ public function orWhereDoesntHave($relation, Closure $callback = null): CoreRepo
920920
*
921921
* @param $relation
922922
* @param $types
923-
* @param string $operator
924-
* @param int $count
925-
* @param string $boolean
923+
* @param string $operator
924+
* @param int $count
925+
* @param string $boolean
926926
* @param Closure|null $callback
927927
*
928928
* @return $this
@@ -944,7 +944,7 @@ public function hasMorph($relation, $types, $operator = '>=', $count = 1, $boole
944944
* @param $relation
945945
* @param $types
946946
* @param string $operator
947-
* @param int $count
947+
* @param int $count
948948
*
949949
* @return $this
950950
*
@@ -964,7 +964,7 @@ public function orHasMorph($relation, $types, $operator = '>=', $count = 1): Cor
964964
*
965965
* @param $relation
966966
* @param $types
967-
* @param string $boolean
967+
* @param string $boolean
968968
* @param Closure|null $callback
969969
*
970970
* @return $this
@@ -1005,8 +1005,8 @@ public function orDoesntHaveMorph($relation, $types): CoreRepositoryInterface
10051005
* @param $relation
10061006
* @param $types
10071007
* @param Closure|null $callback
1008-
* @param string $operator
1009-
* @param int $count
1008+
* @param string $operator
1009+
* @param int $count
10101010
*
10111011
* @return $this
10121012
*
@@ -1027,8 +1027,8 @@ public function whereHasMorph($relation, $types, Closure $callback = null, $oper
10271027
* @param $relation
10281028
* @param $types
10291029
* @param Closure|null $callback
1030-
* @param string $operator
1031-
* @param int $count
1030+
* @param string $operator
1031+
* @param int $count
10321032
*
10331033
* @return $this
10341034
*

src/Repositories/Interfaces/CoreRepositoryInterface.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public function orHas($relation, $operator = '>=', $count = 1): self;
520520
* Add a relationship count / exists condition to the query.
521521
*
522522
* @param $relation
523-
* @param string $boolean
523+
* @param string $boolean
524524
* @param Closure|null $callback
525525
*
526526
* @return $this
@@ -609,9 +609,9 @@ public function orWhereDoesntHave($relation, Closure $callback = null): self;
609609
*
610610
* @param $relation
611611
* @param $types
612-
* @param string $operator
613-
* @param int $count
614-
* @param string $boolean
612+
* @param string $operator
613+
* @param int $count
614+
* @param string $boolean
615615
* @param Closure|null $callback
616616
*
617617
* @return $this
@@ -628,7 +628,7 @@ public function hasMorph($relation, $types, $operator = '>=', $count = 1, $boole
628628
* @param $relation
629629
* @param $types
630630
* @param string $operator
631-
* @param int $count
631+
* @param int $count
632632
*
633633
* @return $this
634634
*
@@ -643,7 +643,7 @@ public function orHasMorph($relation, $types, $operator = '>=', $count = 1): sel
643643
*
644644
* @param $relation
645645
* @param $types
646-
* @param string $boolean
646+
* @param string $boolean
647647
* @param Closure|null $callback
648648
*
649649
* @return $this
@@ -674,8 +674,8 @@ public function orDoesntHaveMorph($relation, $types): self;
674674
* @param $relation
675675
* @param $types
676676
* @param Closure|null $callback
677-
* @param string $operator
678-
* @param int $count
677+
* @param string $operator
678+
* @param int $count
679679
*
680680
* @return $this
681681
*
@@ -691,8 +691,8 @@ public function whereHasMorph($relation, $types, Closure $callback = null, $oper
691691
* @param $relation
692692
* @param $types
693693
* @param Closure|null $callback
694-
* @param string $operator
695-
* @param int $count
694+
* @param string $operator
695+
* @param int $count
696696
*
697697
* @return $this
698698
*

0 commit comments

Comments
 (0)