StringReader部分

This commit is contained in:
2020-12-18 18:12:47 +08:00
parent 9484b3c098
commit 9a0e925f6e
13 changed files with 338 additions and 28 deletions

View File

@ -9,7 +9,10 @@
namespace JerryYan\DSL\Reader;
class FileReader extends ReaderInterface
class FileReader /** extends ReaderInterface */
{
public function __construct(string $fileName)
{
}
}