Skip to content

Commit

Permalink
Merge pull request #528 from web-auth/deprecations/xsd-validation
Browse files Browse the repository at this point in the history
Enable XSD validation for Doctrine ORM 3.0 compat
  • Loading branch information
Spomky authored Nov 19, 2023
2 parents 6a4dcc3 + b2c981b commit ffad15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function load(array $configs, ContainerBuilder $container)
// Nothing to do here. The bundle is only used to provide assets.
}

public function prepend(ContainerBuilder $container)
public function prepend(ContainerBuilder $container): void
{
if (! $this->isAssetMapperAvailable($container)) {
return;
Expand Down

0 comments on commit ffad15c

Please sign in to comment.