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 2019-10-29 19:46:36 +00:00
parent 4845bbbd49
commit dc0dd08a67

View File

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