mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-11 01:14:06 +09:00
reinstall dependencies on php 7.4
This commit is contained in:
@@ -25,9 +25,9 @@ use Symfony\Component\CssSelector\Parser\Token;
|
||||
*/
|
||||
class FunctionNode extends AbstractNode
|
||||
{
|
||||
private NodeInterface $selector;
|
||||
private string $name;
|
||||
private array $arguments;
|
||||
private $selector;
|
||||
private $name;
|
||||
private $arguments;
|
||||
|
||||
/**
|
||||
* @param Token[] $arguments
|
||||
|
||||
Reference in New Issue
Block a user