Files
LaLiga-BackEnd/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberAwareInterface.php
T
2024-05-18 02:28:01 +02:00

18 lines
409 B
PHP

<?php
/*
* This file is part of the NelmioApiDocBundle package.
*
* (c) Nelmio
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Nelmio\ApiDocBundle\PropertyDescriber;
interface PropertyDescriberAwareInterface
{
public function setPropertyDescriber(PropertyDescriberInterface $propertyDescriber): void;
}