We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd546 commit f895a90Copy full SHA for f895a90
src/Resolvers/UrlResolver.php
@@ -25,7 +25,7 @@ public static function resolve(Auditable $auditable): string
25
public static function resolveCommandLine(): string
26
{
27
$command = Request::server('argv', null);
28
- if (is_array($command)) { // @phpstan-ignore function.impossibleType
+ if (is_array($command)) {
29
return implode(' ', $command);
30
}
31
0 commit comments