Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

added support for the new @required annotation #1052

Closed
wants to merge 1 commit into from

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Mar 1, 2017

@nicolas-grekas
Copy link
Member

In fact, "Required" is already listed, so maybe we can recommend that while we suggest doctrine to accept the "required" variant?

@fabpot
Copy link
Member Author

fabpot commented Mar 2, 2017

I think using @Required is a bad idea for the reasons I explained in the original PR.

@fabpot
Copy link
Member Author

fabpot commented Mar 9, 2017

Closing in favor of #21837 (whatever the solution there, we will get rid of the autoload file here)

@fabpot fabpot closed this Mar 9, 2017
fabpot added a commit to symfony/symfony that referenced this pull request Mar 15, 2017
…oader and `@required` (nicolas-grekas)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[FrameworkBundle] Lazy configuration of annotations' loader and `@required`

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This would remove the need for symfony/symfony-standard#1052 and for the `autoload.php` file altogether.

Tested on symfony-demo with great success so far.

Commits
-------

d332b37 [FrameworkBundle] Lazy configuration of annotations' loader and `@required`
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull request Mar 15, 2017
…oader and `@required` (nicolas-grekas)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[FrameworkBundle] Lazy configuration of annotations' loader and `@required`

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This would remove the need for symfony/symfony-standard#1052 and for the `autoload.php` file altogether.

Tested on symfony-demo with great success so far.

Commits
-------

d332b37b4b [FrameworkBundle] Lazy configuration of annotations' loader and `@required`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants