File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Error implements ShouldBroadcastNow
1515 public function __construct (
1616 public string $ name ,
1717 public string $ message ,
18- public ?string $ stack ,
18+ public ?string $ stack = null ,
1919 ) {}
2020
2121 public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
1616 public string $ version ,
1717 public array $ files ,
1818 public string $ releaseDate ,
19- public ?string $ releaseName ,
20- public string |array |null $ releaseNotes ,
21- public ?int $ stagingPercentage ,
22- public ?string $ minimumSystemVersion ,
19+ public ?string $ releaseName = null ,
20+ public string |array |null $ releaseNotes = null ,
21+ public ?int $ stagingPercentage = null ,
22+ public ?string $ minimumSystemVersion = null ,
2323 ) {}
2424
2525 public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
1616 public string $ version ,
1717 public array $ files ,
1818 public string $ releaseDate ,
19- public ?string $ releaseName ,
20- public string |array |null $ releaseNotes ,
21- public ?int $ stagingPercentage ,
22- public ?string $ minimumSystemVersion ,
19+ public ?string $ releaseName = null ,
20+ public string |array |null $ releaseNotes = null ,
21+ public ?int $ stagingPercentage = null ,
22+ public ?string $ minimumSystemVersion = null ,
2323 ) {}
2424
2525 public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ public function __construct(
1717 public string $ version ,
1818 public array $ files ,
1919 public string $ releaseDate ,
20- public ?string $ releaseName ,
21- public string |array |null $ releaseNotes ,
22- public ?int $ stagingPercentage ,
23- public ?string $ minimumSystemVersion
20+ public ?string $ releaseName = null ,
21+ public string |array |null $ releaseNotes = null ,
22+ public ?int $ stagingPercentage = null ,
23+ public ?string $ minimumSystemVersion = null ,
2424 ) {}
2525
2626 public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
1616 public string $ version ,
1717 public array $ files ,
1818 public string $ releaseDate ,
19- public ?string $ releaseName ,
20- public string |array |null $ releaseNotes ,
21- public ?int $ stagingPercentage ,
22- public ?string $ minimumSystemVersion ,
19+ public ?string $ releaseName = null ,
20+ public string |array |null $ releaseNotes = null ,
21+ public ?int $ stagingPercentage = null ,
22+ public ?string $ minimumSystemVersion = null ,
2323 ) {}
2424
2525 public function broadcastOn ()
You can’t perform that action at this time.
0 commit comments