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