Skip to content
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

Merged
merged 2 commits into from
May 8, 2018

Conversation

kukulich
Copy link
Collaborator

@kukulich kukulich commented May 8, 2018

No description provided.

@@ -13,6 +13,7 @@
use Roave\BetterReflection\SourceLocator\Ast\Strategy\NodeToReflection;
use Roave\BetterReflection\SourceLocator\Located\LocatedSource;
use Throwable;
use function strtolower;
Copy link
Contributor

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!

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@kukulich
Copy link
Collaborator Author

kukulich commented May 8, 2018

Still failing, will fix it in the evening.

@Ocramius Ocramius added the bug label May 8, 2018
@Ocramius Ocramius added this to the 3.0.0 milestone May 8, 2018
Copy link
Member

@Ocramius Ocramius left a 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(
Copy link
Member

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!

@Ocramius Ocramius merged commit d9cc5fc into Roave:master May 8, 2018
@kukulich kukulich deleted the fixes branch May 8, 2018 19:37
@Ocramius Ocramius changed the title Build fixes Corrected build failures caused by ext/date-time upgrades in PHP 7.2 May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants