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

Updated doctrine/coding-standard to 6.0 #932

Merged
merged 1 commit into from Apr 2, 2019

Conversation

patrickjahns
Copy link
Contributor

Changed doctrine/coding-standard in composer.json to 6.0 and fixed found issues via phpcbf

Signed-off-by: Patrick Jahns <github@patrickjahns.de>
@@ -290,6 +290,7 @@ public function replaceQueryParameters($query, $parameters)
'/\?|((?<!:):[a-z0-9_]+)/i',
static function ($matches) use ($parameters, &$i) {
$key = substr($matches[0], 1);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This seems to be related to slevomat/coding-standard#635

Will confirm and see if we can fix the upstream issue

@patrickjahns
Copy link
Contributor Author

Travis failures are related to deprecation notices from TWIG - not sure how to progress here

@SenseException
Copy link
Member

Deprecations because of new Twig namespaces are handled in #929.

@alcaeus alcaeus self-assigned this Apr 2, 2019
@alcaeus alcaeus added this to the 1.11.0 milestone Apr 2, 2019
@alcaeus
Copy link
Member

alcaeus commented Apr 2, 2019

Thanks @patrickjahns!

@alcaeus alcaeus merged commit 4f0f2d1 into doctrine:master Apr 2, 2019
@alcaeus alcaeus added this to 1.11 in Roadmap Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants