Skip to content

Commit

Permalink
Use real return value (#39915)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 6, 2021
1 parent 1638472 commit d5e66ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Database/Eloquent/Factories/Sequence.php
Expand Up @@ -44,8 +44,7 @@ public function __construct(...$sequence)
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count(): int
{
return $this->count;
}
Expand Down

0 comments on commit d5e66ba

Please sign in to comment.