mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix test
This commit is contained in:
parent
93fc1b1cc7
commit
ba8eb264d4
@ -2837,7 +2837,7 @@ class PropertyTypeTest extends TestCase
|
||||
$a->bar = "goodbye";',
|
||||
'error_message' => 'InaccessibleProperty',
|
||||
],
|
||||
'readonlyPropertySetInConstructorAndAlsoOutsideClass' => [
|
||||
'readonlyPropertySetInConstructorAndAlsoOutsideClassWithAllowPrivate' => [
|
||||
'<?php
|
||||
class A {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user