mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 11:41:06 -05:00
- Replaced ternary notation with null coalescing version. - Removed unnecessary semi-colon - Replaced `<? echo` with short echo ``<?=` - declared stay_open explicitly with `let` - Updated PHPdocs - Replaced force_download() from the CI3 download helper with CI4 version - Removed unneeded using statements - added needed call to db_connect() - Removed parameter that matches the default value since it's redundant.