Skip to content

3.0.0

Compare
Choose a tag to compare
@mikaelcom mikaelcom released this 26 Jan 09:24
· 34 commits to develop since this release
  • use splitbrain/phpfarm:jessie as Docker image and fix docker image settings
  • Code requires PHP >= 7.4
  • Code cleaning
  • BC:
    • WsdlToPhp\PhpGenerator\Element\PhpFunction::__construct has a new parameter after the $parameters parameter named $returnType which is a string allowing to set the function return type
    • WsdlToPhp\PhpGenerator\Element\PhpMethod::__construct has a new parameter after the $parameters parameter named $returnType which is a string allowing to set the method return type
    • WsdlToPhp\PhpGenerator\Component\PhpClass::addMethod has a new parameter after the $parameters parameter named $returnType which is a string allowing to set the method return type
    • WsdlToPhp\PhpGenerator\Component\PhpInterface::addMethod has a new parameter after the $parameters parameter named $returnType which is a string allowing to set the method return type
  • Implementation of the PHP declare statement
  • GenerateableInterface elements and components now implement the __toString method
  • Update READMEs
  • Update Travis CI settings
  • Update PHPUnit settings
  • Update LICENSE file
  • Version 2.0 is no more maintained