Skip to content

Commit e7d534e

Browse files
author
peter
committed
Fix phpdoc
1 parent d8e42e0 commit e7d534e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Eloquent/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ public function getQueueableClass()
677677
}
678678

679679
/**
680-
* Get the identifiers for all of the entities.
680+
* Get the identifiers for a single entity.
681681
*
682-
* @return array<int, mixed>
682+
* @return string
683683
*/
684684
protected function getModelClass($model)
685685
{

0 commit comments

Comments
 (0)