File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ChildProcess implements ChildProcessContract
1919
2020 public readonly bool $ persistent ;
2121
22- public function __construct (protected Client $ client ) {}
22+ final public function __construct (protected Client $ client ) {}
2323
2424 public function get (?string $ alias = null ): ?static
2525 {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Dialog
2626
2727 protected $ windowReference ;
2828
29- public function __construct (protected Client $ client ) {}
29+ final public function __construct (protected Client $ client ) {}
3030
3131 public static function new ()
3232 {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Notification
1212
1313 protected string $ event = '' ;
1414
15- public function __construct (protected Client $ client ) {}
15+ final public function __construct (protected Client $ client ) {}
1616
1717 public static function new ()
1818 {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class ProgressBar
1616
1717 protected float $ maxSecondsBetweenRedraws = 1 ;
1818
19- public function __construct (protected int $ maxSteps , protected Client $ client ) {}
19+ final public function __construct (protected int $ maxSteps , protected Client $ client ) {}
2020
2121 public static function create (int $ maxSteps ): static
2222 {
You can’t perform that action at this time.
0 commit comments