logbook/TODO.md
linarphy a8aa60ae83
Fix following first run
The code 'works' as is
2025-04-15 21:03:44 +02:00

8 lines
323 B
Markdown

[x] Plugin logic
[x] CLI interface
[x] First run
- Unit test
- Fix things (\throw, forgot ";", missing classes, etc.)
PHP > 8.1: redefining const from interface (\core\plugin\Plugin) <- is it really needed ? ?
PHP > 8.4: defining properties in interface (\core\log\Stream) <- can use abstract class instead of interface ?