It seems like $input->getArgument('host-with-port') targeting Symfony\Component\Consol...nterface::getArgument() can also be of type array<integer,string> or null; however, Paysera\PhpStormHelper\S...tionHelper::addServer() does only seem to accept string, maybe add an additional type check?
This check looks at variables that are passed out again to other methods.
If the outgoing method call has stricter type requirements than the method itself, an issue is raised.
It seems like $input->getArgument('remote-root') targeting Symfony\Component\Consol...nterface::getArgument() can also be of type array<integer,string> or null; however, Paysera\PhpStormHelper\S...tionHelper::addServer() does only seem to accept string, maybe add an additional type check?
This check looks at variables that are passed out again to other methods.
If the outgoing method call has stricter type requirements than the method itself, an issue is raised.
An additional type check may prevent trouble.
Loading history...
58
);
59
60
$output->writeln('Restart PhpStorm instance for changes to take effect');
This check looks at variables that are passed out again to other methods.
If the outgoing method call has stricter type requirements than the method itself, an issue is raised.
An additional type check may prevent trouble.