mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-25 09:40:53 +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;
|
||||
|
||||
@@ -32,7 +32,7 @@ interface NodeVisitor
|
||||
*
|
||||
* @param Node $node Node
|
||||
*
|
||||
* @return null|int|Node Node
|
||||
* @return null|int|Node Replacement node (or special return value)
|
||||
*/
|
||||
public function enterNode(Node $node);
|
||||
|
||||
@@ -53,7 +53,7 @@ interface NodeVisitor
|
||||
*
|
||||
* @param Node $node Node
|
||||
*
|
||||
* @return null|false|int|Node|Node[] Node
|
||||
* @return null|int|Node|Node[] Replacement node (or special return value)
|
||||
*/
|
||||
public function leaveNode(Node $node);
|
||||
|
||||
@@ -69,4 +69,4 @@ interface NodeVisitor
|
||||
* @return null|Node[] Array of nodes
|
||||
*/
|
||||
public function afterTraverse(array $nodes);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user