1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

bugfix: apply coding standard

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
This commit is contained in:
Maximilian Bösing 2021-11-15 18:36:51 +01:00
parent 665cea7fbf
commit 765bf93444
No known key found for this signature in database
GPG Key ID: 9A8988C93CEC81A3

View File

@ -158,7 +158,7 @@ class Reconciler
$before_adjustment = $result_type ? clone $result_type : null;
$failed_reconciliation = Reconciler::RECONCILIATION_OK;
$failed_reconciliation = self::RECONCILIATION_OK;
foreach ($new_type_parts as $offset => $new_type_part_parts) {
$orred_type = null;