diff --git a/Eloquent/Factories/Factory.php b/Eloquent/Factories/Factory.php index 3e88cd05e..79b1347f5 100644 --- a/Eloquent/Factories/Factory.php +++ b/Eloquent/Factories/Factory.php @@ -467,7 +467,7 @@ protected function expandAttributes(array $definition) /** * Add a new state transformation to the model definition. * - * @param (callable(array, \Illuminate\Database\Eloquent\Model|null=): array)|array $state + * @param (callable(array, \Illuminate\Database\Eloquent\Model|null): array)|array $state * @return static */ public function state($state)