<?php

namespace Doctrine\Common\Annotations;

/**
 * Marker interface for PHP7/PHP8 compatible support
 * for named arguments (and constructor property promotion).
 */
interface NamedArgumentConstructorAnnotation
{
}
