Adds compatibility with PHP 7#35
Conversation
|
Could you please restart the test using PHP 7 on travis? |
|
For BC an empty Also, perhaps it would make more sense to split this into 2 - a CS PR and a fix for the reserved keyword. Would simplify reviewing a bit and keep things nice & tidy :) |
|
PR updated |
|
Looks good to me 👍 There's a couple of files under |
|
@kgilden I have just updated my PR. I missed these files because no tests are performed. I also added a |
* Tests configuration updated * Null renamed into NullObject * Null is now an empty class that extends NullObject Please note that this commit breaks compatibility and requires to bump to a major release
|
I decided not to bump a major version for this since you still left the old but now deprecated Many thanks for the contribution :) |
FG\ASN1\Universal\Nullrenamed intoFG\ASN1\Universal\NullObjectFG\ASN1\Universal\Nullis now an empty class that extendsFG\ASN1\Universal\NullObjectFixes #34.
Please note that this commit may break compatibility and could require to bump to a major release