1<?php
2
3class Test {
4    protected Foo $prop;
5}
6