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
4845bbbd49
commit
dc0dd08a67
@ -779,7 +779,7 @@ class PropertyTypeTest extends TestCase
|
||||
/**
|
||||
* Constructs a finally node.
|
||||
*
|
||||
* @param Node[] $stmts Statements
|
||||
* @param array<int, Node\Stmt> $stmts Statements
|
||||
* @param array $attributes Additional attributes
|
||||
*/
|
||||
public function __construct(array $stmts = array(), array $attributes = array()) {
|
||||
@ -796,10 +796,6 @@ class PropertyTypeTest extends TestCase
|
||||
}
|
||||
}',
|
||||
'assertions' => [],
|
||||
'error_levels' => [
|
||||
'MixedTypeCoercion',
|
||||
'MissingReturnType',
|
||||
],
|
||||
],
|
||||
'privatePropertyAccessible' => [
|
||||
'<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user