mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
feat: pr and issue
This commit is contained in:
@ -21,7 +21,7 @@ trait HandleArguments
|
||||
return true;
|
||||
}
|
||||
|
||||
if (str_starts_with((string) $arg, "$argument=")) {
|
||||
if (str_starts_with((string) $arg, "$argument=")) { // @phpstan-ignore-line
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user