mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 11:09:26 +03:00
20 lines
430 B
PHP
20 lines
430 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of the NelmioApiDocBundle.
|
||
|
*
|
||
|
* (c) Nelmio <hello@nelm.io>
|
||
|
*
|
||
|
* For the full copyright and license information, please view the LICENSE
|
||
|
* file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
namespace Nelmio\ApiDocBundle\Tests\Fixtures\Controller;
|
||
|
|
||
|
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
|
||
|
use Symfony\Component\HttpFoundation\Response;
|
||
|
|
||
|
class TestServiceController extends TestController
|
||
|
{
|
||
|
}
|