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 @@ -573,7 +573,7 @@ public function addContainer(string|int $name): self
573573 /********************* extension methods ****************d*g**/
574574
575575
576- public function __call (string $ name , array $ args ): mixed
576+ public function __call (string $ name , array $ args )
577577 {
578578 if (isset (self ::$ extMethods [$ name ])) {
579579 return (self ::$ extMethods [$ name ])($ this , ...$ args );
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ public function getOptions(): array
557557 /********************* extension methods ****************d*g**/
558558
559559
560- public function __call (string $ name , array $ args ): mixed
560+ public function __call (string $ name , array $ args )
561561 {
562562 $ class = static ::class;
563563 do {
You can’t perform that action at this time.
0 commit comments