Skip to content

Commit f936b0d

Browse files
committed
- fix: implicitly nullable parameter type updated with explicit type
1 parent cf9f5f8 commit f936b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Functions
157157
function arguments(...$values): Argument;
158158
function extended(...$values): ExtendedArguments;
159159
function value(...$values): Data;
160-
function tap(mixed $value, callable $callable = null): mixed;
160+
function tap(mixed $value, callable|null $callable = null): mixed;
161161
function camel_to_snake_case(string $string): string;
162162
function env(string $name = null, mixed $default = null, array $initialState = null): mixed;
163163
function error_log(string $function, string $message, $data): void;

0 commit comments

Comments
 (0)