mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
Fix style issues
This commit is contained in:
parent
62f9610a2a
commit
a6f8112550
@ -44,7 +44,7 @@ final class ContainerResolver
|
||||
if (is_string($concrete)) {
|
||||
// some of the path helpers actually return a string when being resolved
|
||||
$concreteClass = $concrete;
|
||||
} else if (is_object($concrete)) {
|
||||
} elseif (is_object($concrete)) {
|
||||
// normally we have an object resolved
|
||||
$concreteClass = get_class($concrete);
|
||||
} else {
|
||||
|
@ -51,7 +51,7 @@ final class AppReturnTypeProvider implements FunctionReturnTypeProviderInterface
|
||||
StatementsSource $source,
|
||||
string $fq_classlike_name,
|
||||
string $method_name_lowercase,
|
||||
array $call_args,
|
||||
array $call_args,
|
||||
Context $context,
|
||||
CodeLocation $code_location,
|
||||
?array $template_type_parameters = null,
|
||||
|
Loading…
Reference in New Issue
Block a user