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 31072f8 commit 536d230Copy full SHA for 536d230
README.md
@@ -66,7 +66,7 @@ You may provide any php-callable notation you wish, including:
66
```php
67
object_merge_callback(0, 'function_name', ...$objects);
68
object_merge_callback(0, $closure, ...$objects);
69
-object_merge_callback(0, ['FQCN', 'function_name'], ...$objects);
+object_merge_callback(0, ['FQN', 'function_name'], ...$objects);
70
object_merge_callback(0, [$instance, 'function_name'], ...$objects);
71
```
72
0 commit comments