Skip to content

Commit 33187b3

Browse files
committed
- updates README
1 parent 987a3d0 commit 33187b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ Functions
155155
---------
156156
```php
157157
function arguments(...$values): Argument;
158+
function extended(...$values): ExtendedArguments;
159+
function value(...$values): Data;
160+
function tap(mixed $value, callable $callable = null): mixed;
158161
function camel_to_snake_case(string $string): string;
159162
function env(string $name = null, mixed $default = null, array $initialState = null): mixed;
160163
function error_log(string $function, string $message, $data): void;
@@ -168,7 +171,6 @@ function rmdir(string $dirname): bool;
168171
function snake_to_camel_case(string $string): string;
169172
function to_delimited_string(string $string, int $delimiter): string;
170173
function to_kebab_string(string $string): string;
171-
function value(...$values): Data;
172174
function xml_serialize(string $root, iterable $data): string;
173175
function xml_unserialize(string $xml): array;
174176
```

0 commit comments

Comments
 (0)