This commit is contained in:
William Durand 2015-05-15 17:42:03 +02:00
parent f601dc17fb
commit 94ba751848
No known key found for this signature in database
GPG Key ID: A509BCF1C1274F3B
8 changed files with 4 additions and 11 deletions

View File

@ -405,7 +405,6 @@ class ApiDoc
return $this->apis; return $this->apis;
} }
/** /**
* @param string $documentation * @param string $documentation
*/ */
@ -662,7 +661,6 @@ class ApiDoc
$data['apis'] = $apis; $data['apis'] = $apis;
} }
if ($response = $this->response) { if ($response = $this->response) {
$data['response'] = $response; $data['response'] = $response;
} }

View File

@ -11,8 +11,6 @@
namespace Nelmio\ApiDocBundle\Extractor; namespace Nelmio\ApiDocBundle\Extractor;
use Symfony\Component\Routing\Route;
/** /**
* Interface for annotations providers. * Interface for annotations providers.
* *

View File

@ -19,7 +19,6 @@ use Symfony\Component\OptionsResolver\OptionsResolverInterface;
class EntityType extends AbstractType class EntityType extends AbstractType
{ {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */

View File

@ -239,4 +239,3 @@ test_route_25:
defaults: { _controller: NelmioApiDocTestBundle:Test:withLinkAction } defaults: { _controller: NelmioApiDocTestBundle:Test:withLinkAction }
requirements: requirements:
_method: GET _method: GET

View File

@ -59,7 +59,6 @@ class FormTypeParserTest extends \PHPUnit_Framework_TestCase
public function dataTestParse() public function dataTestParse()
{ {
return $this->expectedData(true); return $this->expectedData(true);
} }