Skip to content

Commit 1638472

Browse files
committed
Add ReturnTypeWillChange to count method
1 parent 7105924 commit 1638472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/Eloquent/Factories/Sequence.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __construct(...$sequence)
4444
*
4545
* @return int
4646
*/
47+
#[\ReturnTypeWillChange]
4748
public function count()
4849
{
4950
return $this->count;

0 commit comments

Comments
 (0)