X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Ftemplates%2Fmodule%2Fsrc%2FController%2Fcontroller.php.twig;h=57c1ad137fd173d5d52715a806cc4662cf1719b7;hp=cf52f16d12fbc4c1410e8f4e725cd5b8925bf6a7;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;ds=sidebyside diff --git a/vendor/drupal/console/templates/module/src/Controller/controller.php.twig b/vendor/drupal/console/templates/module/src/Controller/controller.php.twig index cf52f16d1..57c1ad137 100644 --- a/vendor/drupal/console/templates/module/src/Controller/controller.php.twig +++ b/vendor/drupal/console/templates/module/src/Controller/controller.php.twig @@ -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) }}