Skip to content

Commit 64ba7af

Browse files
committed
Fix phan issue causing travis failure.
1 parent 12c230d commit 64ba7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ast_shim.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ class Node
239239
/**
240240
* A constructor which validates data types but not the values themselves.
241241
* For backwards compatibility reasons, all values are optional and properties default to null
242+
* @suppress PhanTypeMismatchProperty
242243
*/
243244
public function __construct(int $kind = null, int $flags = null, array $children = null, int $lineno = null) {
244245
$this->kind = $kind;

0 commit comments

Comments
 (0)