/
home
/
obinna
/
html
/
boaz2
/
vendor
/
doctrine
/
annotations
/
lib
/
Doctrine
/
Common
/
Annotations
/
Upload File
HOME
<?php namespace Doctrine\Common\Annotations; /** * Marker interface for PHP7/PHP8 compatible support * for named arguments (and constructor property promotion). * * @deprecated Implementing this interface is deprecated * Use the Annotation @NamedArgumentConstructor instead */ interface NamedArgumentConstructorAnnotation { }