Skip to content

Strict typing, composition and QA

Compare
Choose a tag to compare
@bastianschwarz bastianschwarz released this 07 Mar 12:14

Added

  • Added psalm as QA tool
  • Added phive to install QA tools
  • Added \de\codenamephp\platform\di\iContainerBuilder interface

Changed

  • Switched from Jenkins (which wasn't operational in a few years) to travis
  • Updated PHPComp
  • Added strict type declaration to all files
  • Added type hints and return type hints to all methods
  • ContainerBuilder was changed from inheritance to composition
  • Made classes final