mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
[cs] remove unused @var name
This commit is contained in:
parent
8e4f972036
commit
a74b54ce8b
@ -6,7 +6,7 @@ use PhpParser\Node;
|
|||||||
|
|
||||||
class Case_ extends Node\Stmt
|
class Case_ extends Node\Stmt
|
||||||
{
|
{
|
||||||
/** @var null|Node\Expr $cond Condition (null for default) */
|
/** @var null|Node\Expr Condition (null for default) */
|
||||||
public $cond;
|
public $cond;
|
||||||
/** @var Node\Stmt[] Statements */
|
/** @var Node\Stmt[] Statements */
|
||||||
public $stmts;
|
public $stmts;
|
||||||
|
Loading…
Reference in New Issue
Block a user