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