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] Fixed phpdoc in MicroKernelTrait::configureRoutes()#27870

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
nicolas-grekas merged 1 commit intosymfony:4.1fromvudaltsov:routing-phpdoc-fix
Jul 7, 2018

Conversation

@vudaltsov
Copy link
Contributor

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

*
* $routes->import('config/routing.yml');
* $routes->add('/admin', 'AppBundle:Admin:dashboard', 'admin_dashboard');
* $routes->add('/admin', 'App\Controller\AdminController::dashboardAction', 'admin_dashboard');
Copy link
Member

@chalasrchalasrJul 6, 2018
edited
Loading

Choose a reason for hiding this comment

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

vudaltsov reacted with thumbs up emoji
@vudaltsov
Copy link
ContributorAuthor

@chalasr , done!

*
* $routes->import('config/routing.yml');
* $routes->add('/admin', 'AppBundle:Admin:dashboard', 'admin_dashboard');
* $routes->add('/admin', 'App\Controller\AdminController::dashboard', 'admin_dashboard');
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be a single colon now?

Choose a reason for hiding this comment

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

didn't we deprecate single colon syntax?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Here's were it happened#26085
So if I got it right, we now haveClass::method instead ofa:b:c anda:b

chalasr reacted with thumbs up emoji
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

deprecation for OAuth bundle says the same
image

Copy link
Member

Choose a reason for hiding this comment

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

indeed, I confused that

@nicolas-grekas
Copy link
Member

Thank you@vudaltsov.

@nicolas-grekasnicolas-grekas merged commit948c841 intosymfony:4.1Jul 7, 2018
nicolas-grekas added a commit that referenced this pull requestJul 7, 2018
…igureRoutes() (vudaltsov)This PR was merged into the 4.1 branch.Discussion----------[FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes()| Q             | A| ------------- | ---| Branch?       | 4.1| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |Commits-------948c841 [FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes()
@vudaltsovvudaltsov deleted the routing-phpdoc-fix branchDecember 14, 2018 10:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@xabbuhxabbuhxabbuh approved these changes

@chalasrchalasrchalasr approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

4.1

Development

Successfully merging this pull request may close these issues.

5 participants

@vudaltsov@nicolas-grekas@xabbuh@chalasr@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp