Version 1
[yaffs-website] / vendor / drupal / console / templates / base / file.php.twig
diff --git a/vendor/drupal/console/templates/base/file.php.twig b/vendor/drupal/console/templates/base/file.php.twig
new file mode 100644 (file)
index 0000000..4869685
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+{% block file_docblock %}
+/**
+ * @file
+ * Contains {% block file_path %}{% endblock %}.
+{% block extra_info %}{% endblock %}
+ */
+{% endblock %}
+
+{% block use_class %}{% endblock %}
+
+{% block file_methods %}{% endblock %}