@@ -104,7 +104,7 @@ |
||
104 | 104 | $repository[$key][$entity] = $tableName; |
105 | 105 | } |
106 | 106 | } |
107 | - $findEntityByTableName = static function (string $tableName) use ($repository): ?string { |
|
107 | + $findEntityByTableName = static function(string $tableName) use ($repository): ?string { |
|
108 | 108 | foreach ($repository as $map) { |
109 | 109 | $result = array_search($tableName, $map, true); |
110 | 110 | if (false !== $result) { |