1
0
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:
Barney Laurance 2021-06-02 11:32:50 +01:00 committed by GitHub
parent f3fc112bae
commit e0eb8f88e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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