diff --git a/src/Plugins/Concerns/HandleArguments.php b/src/Plugins/Concerns/HandleArguments.php index 0709f3e1..bc686942 100644 --- a/src/Plugins/Concerns/HandleArguments.php +++ b/src/Plugins/Concerns/HandleArguments.php @@ -21,7 +21,7 @@ trait HandleArguments return true; } - if (str_starts_with($arg, "$argument=")) { + if (str_starts_with((string) $arg, "$argument=")) { return true; } }