@@ -12,7 +12,7 @@ |
||
| 12 | 12 | { |
| 13 | 13 | public function getByName(string $name): Conversion |
| 14 | 14 | { |
| 15 | - $conversion = $this->first(function (Conversion $conversion) use ($name) { |
|
| 15 | + $conversion = $this->first(function(Conversion $conversion) use ($name) { |
|
| 16 | 16 | return $conversion->getName() === $name; |
| 17 | 17 | }); |
| 18 | 18 | |