File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public function save(ModelInterface $model): bool
154
154
/**
155
155
* Get the model
156
156
*
157
- * @param class-string $modelClass
157
+ * @param class-string<ModelInterface> $modelClass
158
158
* @param mixed $id
159
159
* @param ModelInterface|null $model
160
160
* @return ModelInterface|null
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public function save(ModelInterface $model): bool
175
175
/**
176
176
* Get the model
177
177
*
178
- * @param class-string $modelClass
178
+ * @param class-string<ModelInterface> $modelClass
179
179
* @param mixed $id
180
180
* @param ModelInterface|null $model
181
181
* @return ModelInterface|null
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function save(ModelInterface $model): bool
113
113
/**
114
114
* Get the model
115
115
*
116
- * @param class-string $modelClass
116
+ * @param class-string<ModelInterface> $modelClass
117
117
* @param mixed $id
118
118
* @param ModelInterface|null $model
119
119
* @return ModelInterface|null
You can’t perform that action at this time.
0 commit comments