Skip to content

Commit 1772306

Browse files
committed
fix
1 parent 1d5502b commit 1772306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Services/SearchCode/PhpParserService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static function scanCode(string $code): array
7979

8080
return $value instanceof String_ ? $value->value : null;
8181
})
82+
->filter()
8283
->values()
8384
->sort(SORT_NATURAL)
8485
->toArray();

0 commit comments

Comments
 (0)