We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inferPrivatePropertyTypeFromConstructor
1 parent a0f82eb commit a772544Copy full SHA for a772544
1 file changed
src/Command/ErrorFormatter/TableErrorFormatter.php
@@ -78,6 +78,8 @@ public function formatErrors(
78
AnalyseCommand::DEFAULT_LEVEL
79
));
80
$output->writeLineFormatted('');
81
+ } else {
82
+ $showInferPropertiesTip();
83
}
84
85
0 commit comments