objecttothis
6a316c56f6
Attributes fixes and warning removal
...
- 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
2024-06-15 17:19:15 +02:00
Steve Ireland
f5094d62a2
Restore the tables.sql to its virgin state.
2024-06-15 17:19:15 +02:00
Steve Ireland
4798041408
Tack on the void return type onto the Employee:logout method.
2024-06-15 17:19:15 +02:00
Steve Ireland
13a14ec310
Remove grunt045 from zipped opensourcepos file. Also fix the call to array_walker since the parameters (even if not used) are validated in PHP 8.
2024-06-15 17:19:15 +02:00
objecttothis
ae357cab4a
Formatting
...
- Convert indents to tabs
- Remove unnecessary else statement
- Correct PHPDoc formatting
2024-06-15 17:19:15 +02:00
objecttothis
1dd58e922f
Corrected link in README.md
2024-06-15 17:19:15 +02:00
objecttothis
b4f0aaa587
Porting 5669dff
2024-06-15 17:19:15 +02:00
objecttothis
f84b795ee6
Upgrade to CodeIgniter 4.1.3
2024-06-15 17:19:15 +02:00
jekkos
73b189b6d4
Prepare rebase: move files to new folder structure
2024-06-15 17:19:15 +02:00
jekkos
dcb797571e
evert "Prepare rebase: move files to new folder structure"
...
This reverts commit eed0cd1ca0 .
2023-05-30 17:52:17 +02:00
jekkos
eed0cd1ca0
Prepare rebase: move files to new folder structure
2023-05-07 15:10:27 +02:00