Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle] fix for allowing single colon controller notation#27566

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:4.1fromdmaicher:fix-issue-27522
Jun 11, 2018

Conversation

@dmaicher
Copy link
Contributor

QA
Branch?4.1
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#27522
LicenseMIT
Doc PR-

This fixes a BC break introduced in#26085 (review).

ping@Tobion

$controller =str_replace(':','::',$controller);
@trigger_error(sprintf('Referencing controllers with a single colon is deprecated since Symfony 4.1. Use %s instead.',$controller),E_USER_DEPRECATED);
$nonDeprecatedNotation =str_replace(':','::',$controller);
@trigger_error(sprintf('Referencing controllers with a single colon is deprecated since Symfony 4.1. Use %s instead.',$nonDeprecatedNotation),E_USER_DEPRECATED);
Copy link
Member

Choose a reason for hiding this comment

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

"%s"?

@fabpot
Copy link
Member

Thank you@dmaicher.

@fabpotfabpot merged commit1680674 intosymfony:4.1Jun 11, 2018
fabpot added a commit that referenced this pull requestJun 11, 2018
… notation (dmaicher)This PR was merged into the 4.1 branch.Discussion----------[FrameworkBundle] fix for allowing single colon controller notation| Q             | A| ------------- | ---| Branch?       | 4.1| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#27522| License       | MIT| Doc PR        | -This fixes a BC break introduced in#26085 (review).ping@TobionCommits-------1680674 [FrameworkBundle] fix for allowing single colon controller notation
@fabpotfabpot mentioned this pull requestJun 25, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@chalasrchalasrchalasr approved these changes

+2 more reviewers

@Majkl578Majkl578Majkl578 approved these changes

@TobionTobionTobion approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

4.1

Development

Successfully merging this pull request may close these issues.

7 participants

@dmaicher@fabpot@Majkl578@nicolas-grekas@Tobion@chalasr@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp