Skip to content

Commit

Permalink
Merge pull request #930 from scyzoryck/fix-symfony-deprecation
Browse files Browse the repository at this point in the history
fix(symfony): Fix deprecations from Symfony 6.3
  • Loading branch information
goetas authored Jun 6, 2023
2 parents a48d2ba + 64688c7 commit 1c5677c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions JMSSerializerBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@

class JMSSerializerBundle extends Bundle
{
/**
* @return void
*/
public function build(ContainerBuilder $builder)
public function build(ContainerBuilder $builder): void
{
$builder->addCompilerPass(new AssignVisitorsPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION);

Expand Down

0 comments on commit 1c5677c

Please sign in to comment.