Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacePossum committed Nov 21, 2020
1 parent 7e481ac commit c556240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function __construct(
];

yield [
'<?php $a = new class {function/* 1 */__CONSTRUCT/* 2 */(/* 3 */public float $x,protected float $y,private float $z) {}}',
'<?php $a = new class {function/* 1 */__CONSTRUCT/* 2 */(/* 3 */public float $x,protected float $y,private float $z) {}};',
[
16 => CT::T_CONSTRUCTOR_PROPERTY_PROMOTION_PUBLIC,
22 => CT::T_CONSTRUCTOR_PROPERTY_PROMOTION_PROTECTED,
Expand Down

0 comments on commit c556240

Please sign in to comment.