mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
qa: add newlines to prevent exceeding 120 character line-length limit
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
This commit is contained in:
parent
5e520e6bff
commit
2a0ce2fecc
@ -778,7 +778,9 @@ class ExistingAtomicMethodCallAnalyzer extends CallAnalyzer
|
||||
|
||||
$replacement->rule[] = new Assertion\IsType(new TTemplateParam(
|
||||
$assertion->type->param_name,
|
||||
reset($potential_assertion_providing_classlike_storage->template_types[$assertion->type->param_name]),
|
||||
reset(
|
||||
$potential_assertion_providing_classlike_storage->template_types[$assertion->type->param_name],
|
||||
),
|
||||
$potential_assertion_providing_class,
|
||||
));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user