mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +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.