Version 1
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Comment / Doc.php
diff --git a/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php b/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
new file mode 100644 (file)
index 0000000..24fc6c9
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+namespace PhpParser\Comment;
+
+class Doc extends \PhpParser\Comment
+{
+}
\ No newline at end of file