@@ -10,7 +10,7 @@ class ModelHelper
1010 private $ models = [];
1111
1212 /**
13- * @param \Illuminate\Database\Eloquent\Model|string $model
13+ * @param \Illuminate\Database\Eloquent\Model|string $model
1414 *
1515 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
1616 *
@@ -24,7 +24,7 @@ public function connection($model): ?string
2424 }
2525
2626 /**
27- * @param \Illuminate\Database\Eloquent\Model|string $model
27+ * @param \Illuminate\Database\Eloquent\Model|string $model
2828 *
2929 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
3030 *
@@ -38,7 +38,7 @@ public function table($model): string
3838 }
3939
4040 /**
41- * @param \Illuminate\Database\Eloquent\Model|string $model
41+ * @param \Illuminate\Database\Eloquent\Model|string $model
4242 *
4343 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
4444 *
@@ -55,7 +55,7 @@ public function tableWithConnection($model): string
5555 }
5656
5757 /**
58- * @param \Illuminate\Database\Eloquent\Model|string $model
58+ * @param \Illuminate\Database\Eloquent\Model|string $model
5959 *
6060 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
6161 *
@@ -69,7 +69,7 @@ public function primaryKey($model): string
6969 }
7070
7171 /**
72- * @param \Illuminate\Database\Eloquent\Model|string $model
72+ * @param \Illuminate\Database\Eloquent\Model|string $model
7373 *
7474 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
7575 *
@@ -83,7 +83,7 @@ public function primaryKeyType($model): string
8383 }
8484
8585 /**
86- * @param \Illuminate\Database\Eloquent\Model|string $model
86+ * @param \Illuminate\Database\Eloquent\Model|string $model
8787 *
8888 * @return string
8989 */
@@ -93,7 +93,7 @@ public function className($model): string
9393 }
9494
9595 /**
96- * @param \Illuminate\Database\Eloquent\Model|string $model
96+ * @param \Illuminate\Database\Eloquent\Model|string $model
9797 *
9898 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
9999 *
@@ -107,8 +107,8 @@ public function fillable($model): array
107107 }
108108
109109 /**
110- * @param \Illuminate\Database\Eloquent\Model|string $model
111- * @param \Illuminate\Http\Request $request
110+ * @param \Illuminate\Database\Eloquent\Model|string $model
111+ * @param \Illuminate\Http\Request $request
112112 *
113113 * @throws \DragonCode\LaravelSupport\Exceptions\IncorrectModelException
114114 *
@@ -122,8 +122,8 @@ public function onlyFillable($model, $request): array
122122 }
123123
124124 /**
125- * @param \Illuminate\Database\Eloquent\Model|string $model
126- * @param string[] ...$except
125+ * @param \Illuminate\Database\Eloquent\Model|string $model
126+ * @param string[] ...$except
127127 *
128128 * @throws IncorrectModelException
129129 *
@@ -135,7 +135,7 @@ public function exceptFillable($model, ...$except): array
135135 }
136136
137137 /**
138- * @param \Illuminate\Database\Eloquent\Model|string $model
138+ * @param \Illuminate\Database\Eloquent\Model|string $model
139139 *
140140 * @throws IncorrectModelException
141141 *
0 commit comments