Skip to content

Commit

Permalink
Merge pull request #413 from tsmgeek/patch-4
Browse files Browse the repository at this point in the history
Fix deprecation message in php8 with null param with realpath()
develart-projects authored Jul 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 5ca64ea + 22800df commit bd0c634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/classmap_generator.php
Original file line number Diff line number Diff line change
@@ -92,6 +92,8 @@
exit(2);
}
$libraryPath = $opts->l;
} else {
$libraryPath = '.';
}
$libraryPath = str_replace(DIRECTORY_SEPARATOR, '/', realpath($libraryPath));

0 comments on commit bd0c634

Please sign in to comment.