Skip to content

Commit bafbbe4

Browse files
committed
Phpstan fixes
1 parent 42339db commit bafbbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectboxTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class SelectboxTree
2626
* | Windows
2727
*
2828
* @param mixed[][] $data raw database result in format [{"id", "name", "parent_id"}]
29-
* @param callable&(callable(mixed $name): string)|null $nameFormatter
29+
* @param callable(mixed $name): string|null $nameFormatter
3030
* @return string[] (id => user haystack)
3131
*/
3232
public function process(array $data, ?callable $nameFormatter = null): array

0 commit comments

Comments
 (0)