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:
parent
665cea7fbf
commit
765bf93444
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user