This commit is contained in:
Evan Villemez 2012-08-07 21:57:36 -04:00
parent 149f282481
commit 68767f6c72
7 changed files with 25 additions and 30 deletions

View File

@ -4,9 +4,7 @@ namespace Nelmio\ApiDocBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\FileLocator;
class RegisterJmsParserPass implements CompilerPassInterface

View File

@ -32,7 +32,7 @@ class JmsMetadataParser implements ParserInterface
*/
public function supports($input)
{
if($meta = $this->factory->getMetadataForClass($input)) {
if ($meta = $this->factory->getMetadataForClass($input)) {
return true;
}
@ -46,7 +46,7 @@ class JmsMetadataParser implements ParserInterface
{
$meta = $this->factory->getMetadataForClass($input);
if(is_null($meta)) {
if (is_null($meta)) {
throw new \InvalidArgumentException(sprintf("No metadata found for class %s", $input));
}
@ -78,7 +78,6 @@ class JmsMetadataParser implements ParserInterface
//TODO: regex comment to get description - or move doc comment parsing functionality from `ApiDocExtractor` to a new location
//in order to reuse it here
return $description;
}

View File

@ -55,4 +55,3 @@ jms_serializer:
# class: My\FooBundle\Entity\User
# expected path: @MyFooBundle/Resources/config/serializer/Entity.User.(yml|xml|php)
auto_detection: true

View File

@ -69,4 +69,3 @@ test_service_route_4:
NelmioApiDocBundle:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /