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

Updated to service manager 3 #3

Merged
merged 2 commits into from
Dec 15, 2015

Conversation

macnibblet
Copy link
Contributor

No description provided.

* @param mixed $plugin
* @return void
* @throws Exception\InvalidArgumentException if invalid
* {@inheritdoc}
*/
public function validatePlugin($plugin)
Copy link
Member

Choose a reason for hiding this comment

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

Remove this method, and instead define an $instanceOf property with the value Decorator\DecoratorInterface::class.

'tag' => 'Zend\Tag\Cloud\Decorator\HtmlTag',
protected $aliases = [
'htmlcloud' => Decorator\HtmlCloud::class,
'htmltag' => Decorator\HtmlTag::class,
Copy link
Member

Choose a reason for hiding this comment

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

The above two should also have the aliases htmlCloud and 'htmlTag`, as those were used previously. I can do that on merge, though.

@weierophinney weierophinney merged commit 3427b67 into zendframework:develop Dec 15, 2015
weierophinney added a commit that referenced this pull request Dec 15, 2015
weierophinney added a commit that referenced this pull request Dec 15, 2015
weierophinney added a commit that referenced this pull request Dec 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants