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 48552c5 commit c6009fbCopy full SHA for c6009fb
src/paths.php
@@ -72,7 +72,7 @@
72
if ('php' !== pathinfo($file_name, PATHINFO_EXTENSION)) {
73
return;
74
}
75
- foreach (FunctionPaths::fromFileName($file_name, $use_node_ids) as $function_paths) {
+ foreach (FunctionPaths::fromFileName($file_name, $use_node_ids, $max_length) as $function_paths) {
76
if ($function_paths->isEmpty()) {
77
continue;
78
0 commit comments