mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 16:19:26 +03:00
11 lines
159 B
PHP
11 lines
159 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace Nelmio\ApiDocBundle\Tests\ModelDescriber\Annotations\Fixture;
|
||
|
|
||
|
class CompoundStub
|
||
|
{
|
||
|
public $constraints = [];
|
||
|
}
|