Add back vendor folders for development

This commit is contained in:
2022-06-08 14:28:56 +09:00
parent 6ee4358579
commit 2c592f0289
1339 changed files with 140266 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php declare(strict_types=1);
namespace PhpParser\Comment;
class Doc extends \PhpParser\Comment
{
}