Skip to content

Commit 208d00e

Browse files
committed
Added return type hint
1 parent 6f8ba6f commit 208d00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/FileSystemUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class FileSystemUtil
1111
{
12-
public static function getClassesInPath(string $path, bool $onlyConcreteClasses)
12+
public static function getClassesInPath(string $path, bool $onlyConcreteClasses): array
1313
{
1414
$result = [];
1515

0 commit comments

Comments
 (0)