mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fixing a typo in the ClassLikeChecker exception message.
This commit is contained in:
parent
89fabd9e21
commit
c66082897d
@ -569,7 +569,7 @@ abstract class ClassLikeChecker extends SourceChecker implements StatementsSourc
|
||||
if ($first_uninitialized_property->location) {
|
||||
if (IssueBuffer::accepts(
|
||||
new MissingConstructor(
|
||||
$fq_class_name . ' has an unitiialized variable ' . $uninitialized_variables[0] .
|
||||
$fq_class_name . ' has an uninitialized variable ' . $uninitialized_variables[0] .
|
||||
', but no constructor',
|
||||
$first_uninitialized_property->location
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user