astrXbian/www/multitube/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnn...

15 lines
346 B
PHP

<?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
{
}