1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Matthew Brown 2020-02-02 15:37:37 -05:00
parent 93fc1b1cc7
commit ba8eb264d4

View File

@ -2837,7 +2837,7 @@ class PropertyTypeTest extends TestCase
$a->bar = "goodbye";',
'error_message' => 'InaccessibleProperty',
],
'readonlyPropertySetInConstructorAndAlsoOutsideClass' => [
'readonlyPropertySetInConstructorAndAlsoOutsideClassWithAllowPrivate' => [
'<?php
class A {
/**