Star
0
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
0
Fork
0
master
phpbrew
/
src
/
PhpBrew
/
InvalidVariantSyntaxException.php
下载
S
Sergei Morozov
Added PHP_CodeSniffer configuration with PSR-12 as the target
01de86c8
创建于
2019年11月12日
历史提交
<?php
namespace
PhpBrew
;
use
Exception
;
class
InvalidVariantSyntaxException
extends
Exception
{
}