Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit 19cd1a2

Browse files
committed
- update to latest Doctrine/Inflector API
1 parent 9016b2f commit 19cd1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Registry/ContainerRegistry.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getSerializer(string $jobType): SerializerInterface
8989
private function className(string $jobType): string
9090
{
9191
$names = explode('.', $jobType);
92-
$names = array_map(static function (string $value) {
92+
$names = array_map(function (string $value) {
9393
return $this->inflector->classify($value);
9494
}, $names);
9595

0 commit comments

Comments
 (0)