You've already forked MyDSL
StringReader部分
This commit is contained in:
@ -9,7 +9,10 @@
|
||||
namespace JerryYan\DSL\Reader;
|
||||
|
||||
|
||||
class FileReader extends ReaderInterface
|
||||
class FileReader /** extends ReaderInterface */
|
||||
{
|
||||
public function __construct(string $fileName)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user