Skip to content

Commit c56878a

Browse files
committed
Fixed code for PHP <7.4
1 parent 7e3354d commit c56878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/MappingPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function process(ContainerBuilder $container)
5858
throw new \RuntimeException(
5959
sprintf(
6060
'Document `%s` defined in ongr_elasticsearch.indexes config could not been found',
61-
$class,
61+
$class
6262
)
6363
);
6464
}

0 commit comments

Comments
 (0)