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 42339db commit bafbbe4Copy full SHA for bafbbe4
src/SelectboxTree.php
@@ -26,7 +26,7 @@ final class SelectboxTree
26
* | Windows
27
*
28
* @param mixed[][] $data raw database result in format [{"id", "name", "parent_id"}]
29
- * @param callable&(callable(mixed $name): string)|null $nameFormatter
+ * @param callable(mixed $name): string|null $nameFormatter
30
* @return string[] (id => user haystack)
31
*/
32
public function process(array $data, ?callable $nameFormatter = null): array
0 commit comments