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

[Routing] Fix routes annotation loading with glob pattern #30776

Merged
merged 1 commit into from Mar 30, 2019
Merged

[Routing] Fix routes annotation loading with glob pattern #30776

merged 1 commit into from Mar 30, 2019

Conversation

snoob
Copy link
Contributor

@snoob snoob commented Mar 29, 2019

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #29747
License MIT
Doc PR n/a

Loading routes annotation loading with glob pattern triggers an error if one of the targetted directory contains an abstract class. This fixes it

@fabpot
Copy link
Member

fabpot commented Mar 30, 2019

Thank you @snoob.

@fabpot fabpot merged commit c7c45a1 into symfony:3.4 Mar 30, 2019
fabpot added a commit that referenced this pull request Mar 30, 2019
…(snoob)

This PR was merged into the 3.4 branch.

Discussion
----------

[Routing] Fix routes annotation loading with glob pattern

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #29747
| License       | MIT
| Doc PR        | n/a

Loading routes annotation loading with glob pattern triggers an error if one of the targetted directory contains an abstract class. This fixes it

Commits
-------

c7c45a1 [Routing] Fix routes annotation loading with glob pattern
This was referenced Apr 2, 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