Constructive description here
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace PhpParser\Node\Stmt;
|
||||
|
||||
use PhpParser\Node;
|
||||
|
||||
abstract class TraitUseAdaptation extends Node\Stmt
|
||||
{
|
||||
/** @var Node\Name Trait name */
|
||||
public $trait;
|
||||
/** @var string Method name */
|
||||
public $method;
|
||||
}
|
||||
Reference in New Issue
Block a user