We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21624f5 commit 8079f15Copy full SHA for 8079f15
src/ArrowFunction.php
@@ -14,7 +14,7 @@ public function __construct($expression = '', string $returnType = '')
14
$this->signature = new Signature('', Modifier::NONE, $returnType, 'fn');
15
$this->expression = $this->manageDependency($expression);
16
17
- $this->dependencyAwareChildren = [$this->signature];
+ $this->dependencyAwareChildren[] = $this->signature;
18
}
19
20
public static function new($expression = '', string $returnType = '')
0 commit comments