fix: handle arguments

This commit is contained in:
Nuno Maduro
2024-07-03 22:17:47 +01:00
parent 1c4bc8b1dc
commit dade84e6b6

View File

@ -21,7 +21,7 @@ trait HandleArguments
return true;
}
if (str_starts_with($arg, "$argument=")) {
if (str_starts_with((string) $arg, "$argument=")) {
return true;
}
}