mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 19:51:05 -05:00
- missing return type in Events->load_config(), added void - Dynamic property creation is deprecated starting in php 8.2. The solution is to declare the property in the class before using it. - Added ::class to model instantiations to remove "potentially polymorphic call" warnings - Corrected phpdoc