hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

WIP: Replace reserved keyword "Void" to "Nil" #71

Closed vonglasow closed 7 years ago

vonglasow commented 8 years ago

Address https://github.com/hoaproject/Consistency/issues/10. Address https://github.com/hoaproject/Test/issues/70.

void for PHP-7.1 is now a reserved keyword[1]. This patch replace the class Fields\Void to the new class Fields\Nil.

[1] https://github.com/php/php-src/blob/php-7.1.0alpha2/UPGRADING

vonglasow commented 8 years ago

Waiting for https://github.com/atoum/atoum/issues/598

Hywan commented 7 years ago

So we are waiting on atoum 3.0 to be released to close this issue, right?

vonglasow commented 7 years ago

Yes completely :D