File "AsymmetricPropertyPromotion.php"

Full Path: /var/www/html/back/vendor/phpdocumentor/reflection/tests/integration/data/PHP84/AsymmetricPropertyPromotion.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

class AsymmetricPropertyPromotion
{
    public function __construct(
        protected(set) Pizza $pizza,
    ) {}
}