rector/e2e/parse-php8-code/src/Foo.php
Tomas Votruba a3f9df34d6 Updated Rector to commit 58e7624357
58e7624357 [scoped] Run e2e parallel, suck in existing tests (#16)
2021-05-11 16:11:30 +00:00

11 lines
122 B
PHP

<?php
namespace Foo;
class Foo
{
public function __construct(
public string $property = 'value',
) {}
}