mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
fix CS
This commit is contained in:
parent
f601dc17fb
commit
94ba751848
@ -405,7 +405,6 @@ class ApiDoc
|
||||
return $this->apis;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param string $documentation
|
||||
*/
|
||||
@ -662,7 +661,6 @@ class ApiDoc
|
||||
$data['apis'] = $apis;
|
||||
}
|
||||
|
||||
|
||||
if ($response = $this->response) {
|
||||
$data['response'] = $response;
|
||||
}
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
namespace Nelmio\ApiDocBundle\Extractor;
|
||||
|
||||
use Symfony\Component\Routing\Route;
|
||||
|
||||
/**
|
||||
* Interface for annotations providers.
|
||||
*
|
||||
|
@ -19,7 +19,6 @@ use Symfony\Component\OptionsResolver\OptionsResolverInterface;
|
||||
class EntityType extends AbstractType
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
@ -239,4 +239,3 @@ test_route_25:
|
||||
defaults: { _controller: NelmioApiDocTestBundle:Test:withLinkAction }
|
||||
requirements:
|
||||
_method: GET
|
||||
|
||||
|
@ -59,7 +59,6 @@ class FormTypeParserTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function dataTestParse()
|
||||
{
|
||||
|
||||
return $this->expectedData(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user