-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrected build failures caused by ext/date-time
upgrades in PHP 7.2
#422
Conversation
@@ -13,6 +13,7 @@ | |||
use Roave\BetterReflection\SourceLocator\Ast\Strategy\NodeToReflection; | |||
use Roave\BetterReflection\SourceLocator\Located\LocatedSource; | |||
use Throwable; | |||
use function strtolower; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, missed that one thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Still failing, will fix it in the evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks!
"\n" . implode("\n", array_diff($originalParameterNames, $stubParameterNames)) | ||
)); | ||
} | ||
|
||
self::assertSame($originalParameterNames, $stubParameterNames); | ||
if ((PHP_VERSION_ID < 70117 || (PHP_VERSION_ID >= 70200 && PHP_VERSION_ID < 70205)) | ||
&& in_array( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look at the beautiful PHP consistency!
ext/date-time
upgrades in PHP 7.2
No description provided.