mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix typo
This commit is contained in:
parent
e439c9e8a3
commit
c33bebb908
@ -1524,7 +1524,7 @@ class PropertyTypeTest extends TestCase
|
||||
|
||||
private function privateMethod() : void {}
|
||||
}',
|
||||
'error_message' => 'MissingConstructor',
|
||||
'error_message' => 'PropertyNotSetInConstructor',
|
||||
],
|
||||
'privatePropertySetInParentConstructorReversedOrder' => [
|
||||
'<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user