|  Download UPGRADE FROM 3.to 4.The main change is that PhpPropertyare now type hinted in addition to internal methods removal and introduction of Interfaces and Traits
-WsdlToPhp\PhpGenerator\Element\PhpProperty::__constructhas a new parameter in the end named$typewhich can be any of the regular PHP types, or any existing PHP class or a PhpClass element or a string or a null value Apart from that, the usage did not change, the inner classes has changed which should not be an issue if you did not inherit from them. Otherwise, launch your unit tests ;). |