Skip to content

Commit c6009fb

Browse files
committed
fixing --max-length
1 parent 48552c5 commit c6009fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
if ('php' !== pathinfo($file_name, PATHINFO_EXTENSION)) {
7373
return;
7474
}
75-
foreach (FunctionPaths::fromFileName($file_name, $use_node_ids) as $function_paths) {
75+
foreach (FunctionPaths::fromFileName($file_name, $use_node_ids, $max_length) as $function_paths) {
7676
if ($function_paths->isEmpty()) {
7777
continue;
7878
}

0 commit comments

Comments
 (0)