Skip to content

Commit

Permalink
Add ReturnTypeWillChange to count method
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 6, 2021
1 parent 7105924 commit 1638472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Eloquent/Factories/Sequence.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function __construct(...$sequence)
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
{
return $this->count;
Expand Down

0 comments on commit 1638472

Please sign in to comment.