mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix too-long line
This commit is contained in:
parent
7e8ae33d56
commit
160a95a8bf
@ -238,10 +238,11 @@ abstract class FunctionLikeChecker extends SourceChecker implements StatementsSo
|
||||
$or_null_implemented_type->types['null'] = new Type\Atomic\TNull;
|
||||
}
|
||||
|
||||
|
||||
if ($class_storage->user_defined
|
||||
&& (string)$storage->params[$i]->signature_type !== (string)$implemented_param->signature_type
|
||||
&& (string)$storage->params[$i]->signature_type !== (string)$or_null_implemented_type
|
||||
&& (string)$storage->params[$i]->signature_type
|
||||
!== (string)$implemented_param->signature_type
|
||||
&& (string)$storage->params[$i]->signature_type
|
||||
!== (string)$or_null_implemented_type
|
||||
) {
|
||||
$cased_method_id = MethodChecker::getCasedMethodId(
|
||||
$project_checker,
|
||||
|
Loading…
Reference in New Issue
Block a user