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
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -49,7 +49,7 @@ public function __construct(\Traversable $namespaces, CacheBackendInterface $cac ...@@ -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()) { public function createInstance($plugin_id, array $configuration = array()) {
$plugin = $this->getFactory()->createInstance($plugin_id, $configuration); $plugin = $this->getFactory()->createInstance($plugin_id, $configuration);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment