File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class FunctionNode extends AbstractNode
34
34
* @param string $name
35
35
* @param Token[] $arguments
36
36
*/
37
- public function __construct (NodeInterface $ selector , string $ name , array $ arguments = array () )
37
+ public function __construct (NodeInterface $ selector , string $ name , array $ arguments = [] )
38
38
{
39
39
$ this ->selector = $ selector ;
40
40
$ this ->name = strtolower ($ name );
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function isFileEnd(): bool
62
62
return self ::TYPE_FILE_END === $ this ->type ;
63
63
}
64
64
65
- public function isDelimiter (array $ values = array () ): bool
65
+ public function isDelimiter (array $ values = [] ): bool
66
66
{
67
67
if (self ::TYPE_DELIMITER !== $ this ->type ) {
68
68
return false ;
You can’t perform that action at this time.
0 commit comments