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 @@ -44,7 +44,7 @@ public function __construct(
44
44
string $ on = 'update ' ,
45
45
$ field = null ,
46
46
$ value = null ,
47
- string $ setterMethod = null
47
+ ? string $ setterMethod = null
48
48
) {
49
49
if ([] !== $ data ) {
50
50
@trigger_error (sprintf (
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function __construct(
44
44
string $ on = 'update ' ,
45
45
$ field = null ,
46
46
$ value = null ,
47
- string $ setterMethod = null
47
+ ? string $ setterMethod = null
48
48
) {
49
49
if ([] !== $ data ) {
50
50
@trigger_error (sprintf (
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct(
43
43
string $ fieldName = 'deletedAt ' ,
44
44
bool $ timeAware = false ,
45
45
bool $ hardDelete = true ,
46
- string $ setterMethod = null
46
+ ? string $ setterMethod = null
47
47
) {
48
48
if ([] !== $ data ) {
49
49
@trigger_error (sprintf (
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function __construct(
44
44
string $ on = 'update ' ,
45
45
$ field = null ,
46
46
$ value = null ,
47
- string $ setterMethod = null
47
+ ? string $ setterMethod = null
48
48
) {
49
49
if ([] !== $ data ) {
50
50
@trigger_error (sprintf (
You can’t perform that action at this time.
0 commit comments