mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-27 02:29:57 +09:00
Dependency updates and update version number
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser\Node\Stmt;
|
||||
|
||||
@@ -6,8 +6,8 @@ use PhpParser\Node;
|
||||
|
||||
abstract class TraitUseAdaptation extends Node\Stmt
|
||||
{
|
||||
/** @var Node\Name Trait name */
|
||||
/** @var Node\Name|null Trait name */
|
||||
public $trait;
|
||||
/** @var string Method name */
|
||||
/** @var Node\Identifier Method name */
|
||||
public $method;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user