Skip to content

Commit c342c6d

Browse files
committed
Fix repository.mode.stub, method attributes name
1 parent 9aa68f8 commit c342c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/stubs/repository.model.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DummyClass extends Repository {
4747
/**
4848
* Get a new query of one model by their IDs.
4949
*
50-
* @param array|int $ids
50+
* @param array|int $id
5151
* @return \DummyFullModelClass
5252
*/
5353
public function find($id) {
@@ -57,7 +57,7 @@ class DummyClass extends Repository {
5757
/**
5858
* Perform a model create operation.
5959
*
60-
* @param \DummyFullModelClass $query
60+
* @param array $attributes
6161
* @return bool
6262
*/
6363
public function create(array $attributes) {

0 commit comments

Comments
 (0)