Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Removed deprecations #112

Merged
merged 2 commits into from
Mar 10, 2017
Merged

Conversation

core23
Copy link
Member

@core23 core23 commented Mar 3, 2017

I am targetting this branch, because this is a bugfix.

Changelog

### Fixed
 - Deprecated `security.context` usage
 - Deprecated block service usage

Subject

Removed symfony and internal deprecation.

*/
public function __construct(ActionManagerInterface $actionManager, SecurityContextInterface $securityContext)
public function __construct(ActionManagerInterface $actionManager, TokenStorageInterface $securityContext)
Copy link
Member

Choose a reason for hiding this comment

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

I think you should not type hint this.

* @param ActionManagerInterface $actionManager
* @param SecurityContextInterface $securityContext
* @param ActionManagerInterface $actionManager
* @param TokenStorageInterface $securityContext
Copy link
Member

Choose a reason for hiding this comment

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

This is SecurityContextInterface|TokenStorageInterface

@core23
Copy link
Member Author

core23 commented Mar 10, 2017

Can you review again @jordisala1991 ?

@jordisala1991 jordisala1991 merged commit 64443ec into sonata-project:3.x Mar 10, 2017
@jordisala1991
Copy link
Member

Thanks @core23 !

@core23 core23 deleted the patch/symfony3 branch March 10, 2017 20:59
core23 added a commit to core23/SonataTimelineBundle that referenced this pull request Mar 24, 2017
@core23 core23 mentioned this pull request Mar 24, 2017
jordisala1991 added a commit that referenced this pull request Mar 30, 2017
@soullivaneuh
Copy link
Member

@core23 please look at the changelog update. The Deprecated section of the changelog is for deprecation addition, not fixes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants