You've already forked MyDSL
StringReader部分
This commit is contained in:
15
src/Token/TokenUndefined.php
Normal file
15
src/Token/TokenUndefined.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* @filename TokenUndefined.php
|
||||
* @author Jerry Yan <792602257@qq.com>
|
||||
* @date 2020/12/18 12:15
|
||||
*/
|
||||
|
||||
|
||||
namespace JerryYan\DSL\Token;
|
||||
|
||||
|
||||
class TokenUndefined extends TokenInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user