Skip to content
Snippets Groups Projects
Verified Commit ed6f70f8 authored by Dave Long's avatar Dave Long
Browse files

Issue #3417521 by jayhuskins: Update typing for plugin definition to include object

parent 36fece71
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ abstract class PluginBase implements PluginInspectionInterface, DerivativeInspec
/**
* The plugin implementation definition.
*
* @var array
* @var \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|array
*/
protected $pluginDefinition;
......
......@@ -23,7 +23,7 @@ public function getPluginId();
/**
* Gets the definition of the plugin implementation.
*
* @return array
* @return \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|array
* The plugin definition, as returned by the discovery object used by the
* plugin manager.
*/
......
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