File manager - Edit - /var/www/html/portal/vendor/phpdocumentor/reflection/tests/integration/data/PHP8/ConstructorPromotion.php
Back
<?php declare(strict_types=1); namespace PHP8; use DateTimeImmutable; class ConstructorPromotion { /** * Constructor with promoted properties * * @param string $name my docblock name */ public function __construct( /** * Summary * * Description * * @var string $name property description */ public string $name = 'default name', protected Email $email, private DateTimeImmutable $birth_date, ) {} }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings