Skip to content

Commit

Permalink
Revert "Do not show inferPrivatePropertyTypeFromConstructor tip for…
Browse files Browse the repository at this point in the history
… green build"

This reverts commit a0f82eb.
  • Loading branch information
ondrejmirtes committed May 9, 2020
1 parent a0f82eb commit a772544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/ErrorFormatter/TableErrorFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function formatErrors(
AnalyseCommand::DEFAULT_LEVEL
));
$output->writeLineFormatted('');
} else {
$showInferPropertiesTip();
}
}

Expand Down

0 comments on commit a772544

Please sign in to comment.