File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function __construct(
3434
3535 public function with (string ...$ labelValues ): static
3636 {
37- $ this ->labelValues = $ labelValues ;
37+ $ this ->labelValues = array_merge ( $ this -> labelValues , $ labelValues ) ;
3838 return $ this ;
3939 }
4040
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function __construct(
3434
3535 public function with (string ...$ labelValues ): static
3636 {
37- $ this ->labelValues = $ labelValues ;
37+ $ this ->labelValues = array_merge ( $ this -> labelValues , $ labelValues ) ;
3838 return $ this ;
3939 }
4040
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function __construct(
3434
3535 public function with (string ...$ labelValues ): static
3636 {
37- $ this ->labelValues = $ labelValues ;
37+ $ this ->labelValues = array_merge ( $ this -> labelValues , $ labelValues ) ;
3838 return $ this ;
3939 }
4040
You can’t perform that action at this time.
0 commit comments