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
15
15
public function __construct (
16
16
public string $ name ,
17
17
public string $ message ,
18
- public ?string $ stack ,
18
+ public ?string $ stack = null ,
19
19
) {}
20
20
21
21
public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
16
16
public string $ version ,
17
17
public array $ files ,
18
18
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 ,
23
23
) {}
24
24
25
25
public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
16
16
public string $ version ,
17
17
public array $ files ,
18
18
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 ,
23
23
) {}
24
24
25
25
public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ public function __construct(
17
17
public string $ version ,
18
18
public array $ files ,
19
19
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 ,
24
24
) {}
25
25
26
26
public function broadcastOn ()
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
16
16
public string $ version ,
17
17
public array $ files ,
18
18
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 ,
23
23
) {}
24
24
25
25
public function broadcastOn ()
You can’t perform that action at this time.
0 commit comments