Skip to content

Commit

Permalink
Reverting the change introduced with #391 that caused #559
Browse files Browse the repository at this point in the history
Fixes #559
  • Loading branch information
goetas committed Mar 29, 2017
1 parent 9ad30c8 commit 5129519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JMSSerializerBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function(ContainerBuilder $container, Definition $def) {

$builder->addCompilerPass(new RegisterEventListenersAndSubscribersPass(), PassConfig::TYPE_BEFORE_REMOVING);
$builder->addCompilerPass(new CustomHandlersPass(), PassConfig::TYPE_BEFORE_REMOVING);
$builder->addCompilerPass(new DoctrinePass(), PassConfig::TYPE_BEFORE_OPTIMIZATION);
$builder->addCompilerPass(new DoctrinePass(), PassConfig::TYPE_BEFORE_REMOVING);
}

private function getServiceMapPass($tagName, $keyAttributeName, $callable)
Expand Down

0 comments on commit 5129519

Please sign in to comment.