Skip to content

Commit a3b4712

Browse files
authored
$classesListFile fix
1 parent 2339193 commit a3b4712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'rootNamespace' => $rootNamespace,
1919
'destDirectory' => $outputDocsPath,
2020
'format' => 'github',
21-
'classes' => file($outputFile),
21+
'classes' => file($classesListFile),
2222
],
2323
true
2424
) . ';'

0 commit comments

Comments
 (0)