Skip to content
Snippets Groups Projects
Commit e5db0431 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

(cherry picked from commit b33ed035)
parent 68d1c316
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