Skip to content
Snippets Groups Projects
Commit b33ed035 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2614604 by rakesh.gectcr, dawehner: PHPdoc is missing for an overridden...

Issue #2614604 by rakesh.gectcr, dawehner: PHPdoc is missing for an overridden function in class ConditionManager
parent a20c8c4f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public function __construct(\Traversable $namespaces, CacheBackendInterface $cac
}
/**
* Override of Drupal\Component\Plugin\PluginManagerBase::createInstance().
* {@inheritdoc}
*/
public function createInstance($plugin_id, array $configuration = array()) {
$plugin = $this->getFactory()->createInstance($plugin_id, $configuration);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment