Skip to content

[FrameworkBundle] Fix class_exists() checks in PhpArrayAdapter-related cache warmers #21243

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

Merged
merged 2 commits into from
Jan 12, 2017

Conversation

nicolas-grekas
Copy link
Member

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

Follow up of #21102

@nicolas-grekas nicolas-grekas added this to the 3.2 milestone Jan 12, 2017
@nicolas-grekas nicolas-grekas changed the title Validator warmup fix [FrameworkBundle] Fix class_exists() checks in PhpArrayAdapter-related cache warmers Jan 12, 2017
* @param string $phpArrayFile The PHP file where annotations are cached.
* @param CacheItemPoolInterface $fallbackPool The pool where runtime-discovered annotations are cached.
* @param string $phpArrayFile the PHP file where annotations are cached
* @param CacheItemPoolInterface $fallbackPool the pool where runtime-discovered annotations are cached
Copy link
Member

Choose a reason for hiding this comment

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

Maj should be reverted, dots can be removed indeed

Copy link
Member Author

Choose a reason for hiding this comment

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

reverted

* @param CacheItemPoolInterface $fallbackPool The pool where runtime-discovered metadata are cached.
* @param LoaderInterface[] $loaders the serializer metadata loaders
* @param string $phpArrayFile the PHP file where metadata are cached
* @param CacheItemPoolInterface $fallbackPool the pool where runtime-discovered metadata are cached
Copy link
Member

Choose a reason for hiding this comment

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

same

@fabpot
Copy link
Member

fabpot commented Jan 12, 2017

Thank you @nicolas-grekas.

@fabpot fabpot merged commit e09dccc into symfony:3.2 Jan 12, 2017
fabpot added a commit that referenced this pull request Jan 12, 2017
…pter-related cache warmers (nicolas-grekas, mpajunen)

This PR was merged into the 3.2 branch.

Discussion
----------

[FrameworkBundle] Fix class_exists() checks in PhpArrayAdapter-related cache warmers

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

Follow up of #21102

Commits
-------

e09dccc [FrameworkBundle] Add annotated validator cache test case
c60009e [FrameworkBundle] Fix class_exists() checks in PhpArrayAdapter-related cache warmers
@nicolas-grekas nicolas-grekas deleted the validator-warmup-fix branch January 12, 2017 18:54
@fabpot fabpot mentioned this pull request Jan 12, 2017
@@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.5.9",
"symfony/cache": "~3.2",
"symfony/cache": "~3.2.2|~3.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not ^3.2.2?

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.

5 participants