magento-engcom / php-7.2-support

Repository for implementing support of php-7.2 support in Magento
Open Software License 3.0
23 stars 26 forks source link

Update `zendframework/zend-code` #101

Closed maxbucknell closed 6 years ago

maxbucknell commented 6 years ago

Description

As per the issue (magento-engcom/php-7.2-support#93), update the dependency on zendframework/zend-code to ~3.3.0.

Fixed Issues (if relevant)

  1. magento-engcom/php-7.2-support#93: Update zendframework/zend-code

Manual testing scenarios

Shouldn't be any testing required. The site still seems to function normally, but all tests should run to check for regressions.

Contribution checklist

maxbucknell commented 6 years ago

The Travis build came back with some errors in generation. I will review these and see if they are significant, or whether we can just update the tests. (For only whitespace, and other syntactically insignificant changes.)

buskamuza commented 6 years ago

One difference that I observed is a difference in arrays representation: array() vs []