1
0
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:
Maximilian Bösing 2023-08-28 01:15:49 +02:00
parent 5e520e6bff
commit 2a0ce2fecc
No known key found for this signature in database
GPG Key ID: 9A8988C93CEC81A3

View File

@ -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,
));