1
0
mirror of https://github.com/php/phd.git synced 2026-04-27 08:58:03 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
haszi b80ae36dba Change property names to camel case 2024-12-29 19:58:10 +00:00
haszi b8e817b6ff Replace method calls with property access 2024-12-29 19:58:10 +00:00
haszi 15284136ff Separate regular PhD output from error handling (#176)
- Move error handling code into a class and remove PhD message output handling from it.
- Introduce a new class to handle PhD message output.
- Make the implicit dependency on the output functionality of classes explicit.
- Update PEAR package.xml.
- Fix tests.
- Use proper variadic parameters
- Use class constants
- Use first-class callable syntax

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-11-10 17:57:05 +00:00