Version 2.3.0
- Add a client
\CfdiUtils\ConsultaCfdiSat\WebService
for the SAT WebService
https://consultaqr.facturaelectronica.sat.gob.mx/ConsultaCFDIService.svc?singleWsdl - Fix bug, must use
children()
method instead ofchildren
property.
Did not appears before because the variable using the property was always
aNode
but other implementation ofNodeInterface
would cause this to break. - Add a lot of fixes in docblocks to move
@param $var
to@param type $var
. - Add extensions requirements to composer.json: libxml, openssl & soap.
- Upgrade
phpstan/phpstan-shim
to version 0.9.1, the not-simple-to-see bug fixed
in this version was found byphpstan
- https://github.com/phpstan/phpstan