We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9f5f8 commit f936b0dCopy full SHA for f936b0d
README.md
@@ -157,7 +157,7 @@ Functions
157
function arguments(...$values): Argument;
158
function extended(...$values): ExtendedArguments;
159
function value(...$values): Data;
160
-function tap(mixed $value, callable $callable = null): mixed;
+function tap(mixed $value, callable|null $callable = null): mixed;
161
function camel_to_snake_case(string $string): string;
162
function env(string $name = null, mixed $default = null, array $initialState = null): mixed;
163
function error_log(string $function, string $message, $data): void;
0 commit comments