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

Appearance settings

[Lock] remove usage of the StoreInterface #32558

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

Conversation

Simperfit
Copy link
Contributor

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

Followup PR according to the review of @nicolas-grekas in #32555 (comment).

@Simperfit Simperfit changed the title [Lock] remove uusage of the StoreInterface [Lock] remove uuage of the StoreInterface Jul 16, 2019
@Simperfit Simperfit changed the title [Lock] remove uuage of the StoreInterface [Lock] remove usage of the StoreInterface Jul 16, 2019
@Simperfit Simperfit force-pushed the feature/remove-usage-of-store-interface branch from df7c992 to 95f42cf Compare July 16, 2019 11:35
@Simperfit Simperfit force-pushed the feature/remove-usage-of-store-interface branch from 95f42cf to 27a7eaf Compare July 16, 2019 11:36
@@ -28,7 +28,7 @@ class Factory implements LoggerAwareInterface

private $store;

public function __construct(StoreInterface $store)
public function __construct(PersistStoreInterface $store)
Copy link
Member

Choose a reason for hiding this comment

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

Does it actually make sense to change the typehint of the deprecated class ? It will also be removed in 5.0 at the same time than the StoreInterface anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Simperfit Simperfit closed this Jul 16, 2019
@Simperfit
Copy link
Contributor Author

It closed the PR see #32562

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.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.