mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Apply De Morgan's to output copy (#5872)
This commit is contained in:
parent
f3fc112bae
commit
e0eb8f88e5
@ -1264,7 +1264,7 @@ class ClassAnalyzer extends ClassLikeAnalyzer
|
||||
new PropertyNotSetInConstructor(
|
||||
'Property ' . $class_storage->name . '::$' . $property_name
|
||||
. ' is not defined in constructor of '
|
||||
. $this->fq_class_name . ' and in any ' . $expected_visibility
|
||||
. $this->fq_class_name . ' or in any ' . $expected_visibility
|
||||
. 'methods called in the constructor',
|
||||
$error_location,
|
||||
$property_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user