Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / templates / module / src / Controller / controller.php.twig
index cf52f16d12fbc4c1410e8f4e725cd5b8925bf6a7..57c1ad137fd173d5d52715a806cc4662cf1719b7 100644 (file)
@@ -25,7 +25,7 @@ class {{ class_name }} extends ControllerBase {% endblock %}
 {% if services is not empty %}
 
   /**
-   * {@inheritdoc}
+   * Constructs a new {{ class_name }} object.
    */
   public function __construct({{ servicesAsParameters(services)|join(', ') }}) {
 {{ serviceClassInitialization(services) }}