We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca64ea + 22800df commit bd0c634Copy full SHA for bd0c634
bin/classmap_generator.php
@@ -92,6 +92,8 @@
92
exit(2);
93
}
94
$libraryPath = $opts->l;
95
+} else {
96
+ $libraryPath = '.';
97
98
$libraryPath = str_replace(DIRECTORY_SEPARATOR, '/', realpath($libraryPath));
99
0 commit comments