Skip to content

Commit

Permalink
Fixed code for PHP <7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toooni committed Feb 11, 2020
1 parent bc213fe commit c18c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/MappingPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function process(ContainerBuilder $container)
throw new \RuntimeException(
sprintf(
'Document `%s` defined in ongr_elasticsearch.indexes config could not been found',
$class,
$class
)
);
}
Expand Down

0 comments on commit c18c166

Please sign in to comment.