Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / templates / module / src / Plugin / Block / block.php.twig
index e223b856f67630de6a1e7f6241b87fee85c33662..c7d4cec4f5fa129b0b472c80c9502cd553130036 100644 (file)
@@ -32,7 +32,7 @@ class {{class_name}} extends BlockBase {% if services is not empty %}implements
 {% block class_construct %}
 {% if services is not empty %}
   /**
-   * Construct.
+   * Constructs a new {{class_name}} object.
    *
    * @param array $configuration
    *   A configuration array containing information about the plugin instance.