X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2FPluginBase.php;fp=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2FPluginBase.php;h=c56442b1ecf95632f9edc71def5e6258a40c5662;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=b608e90b82a5cd61156dcbc2a20f90cd64f9787e;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/Plugin/PluginBase.php b/web/core/lib/Drupal/Component/Plugin/PluginBase.php index b608e90b8..c56442b1e 100644 --- a/web/core/lib/Drupal/Component/Plugin/PluginBase.php +++ b/web/core/lib/Drupal/Component/Plugin/PluginBase.php @@ -41,7 +41,7 @@ abstract class PluginBase implements PluginInspectionInterface, DerivativeInspec protected $configuration; /** - * Constructs a Drupal\Component\Plugin\PluginBase object. + * Constructs a \Drupal\Component\Plugin\PluginBase object. * * @param array $configuration * A configuration array containing information about the plugin instance.