mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-16 06:01:27 -04: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