Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / templates / module / src / TwigExtension / twig-extension.php.twig
index 5b6f54758ef4d5bed2c981e3fe9b97e558fad5c5..438965049357f1dbf64b6d4ea0078e5077bda625 100644 (file)
@@ -36,7 +36,7 @@ class {{ class }} extends \Twig_Extension {% endblock %}
     {% if services|length > 1 %}
 
    /**
-    * Constructor.
+    * Constructs a new {{ class }} object.
     */
     public function __construct({{ servicesAsParameters(services)|join(', ') }}) {
         parent::__construct($renderer);