Skip to content

Commit 57ba7f3

Browse files
ArshidArshid
authored andcommitted
FinalPropertyPromotionRector
1 parent 7407a58 commit 57ba7f3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

rules-tests/Php85/Rector/Class_/FinalPropertyPromotionRector/Fixture/skip_anonymous_class.php.inc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,4 @@ $obj = new class {
99
public string $id
1010
){}
1111
};
12-
?>
13-
-----
14-
<?php
15-
declare(strict_types=1);
16-
17-
namespace Rector\Tests\Php85\Rector\Class_\FinalPropertyPromotionRector\Fixture;
18-
19-
$obj = new class {
20-
public function __construct(
21-
final public string $id
22-
){}
23-
};
2412
?>

0 commit comments

Comments
 (0)