Skip to content

Commit 93665f8

Browse files
committed
ECS-1012
1 parent 3ae46c7 commit 93665f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FakerProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ class FakerProvider extends Base
1515

1616
/**
1717
* @param null|bool $always
18-
* @param null $default
18+
* @param mixed $default
1919
*
2020
* @return static
2121
*/
22-
public function nullable(?bool $always = null, $default = null)
22+
public function nullable(?bool $always = null, mixed $default = null)
2323
{
2424
$weight = 0.5;
2525
if (!is_null($always)) {

0 commit comments

Comments
 (0)