Passed
Push — master ( f972fc...fc48d8 )
by Gabriel
03:18
created
src/Conversions/ConversionCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.