You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
83dc9e49dc
The getPublicDir() method can return null, but the code was directly concatenating it with a string, which could cause unexpected behavior. Now the command properly checks for null and returns a failure with a clear error message instead of proceeding with an invalid path.