FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

fix(compatibility): resolve deprecated PHP warnings and update docs

Open danieldpl opened this issue 6 months ago • 0 comments

fix(compatibility): resolve deprecated PHP warnings

  • Replaced deprecated function calls and adjusted code for compatibility with PHP 8.x+.
  • Fixed warnings related to optional parameters and null types.
  • Refactored equipJobsToArray() method for clarity and compliance.
  • Removed unnecessary indentation and trailing whitespace.

docs(readme): updated README with installation guide and PHP requirements

  • Added a basic installation guide to README.md.
  • Updated minimum PHP version to 7.0 due to usage of the null coalescing operator (??).
  • Improved formatting and documentation consistency.

BREAKING CHANGE: Requires PHP >= 7.0.

danieldpl avatar Jun 26 '25 06:06 danieldpl