Passed
Push — dev ( 8fb5a3...80535b )
by Fike
04:50
created
src/Type/AbstractHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
             throw new BadMethodCallException($message);
99 99
         }
100 100
         $mapping = $this->getMapping();
101
-        $context = ['target' => $target,];
101
+        $context = ['target' => $target, ];
102 102
         $this->logger->debug('Creating tile generator for {target}', $context);
103 103
         return new DefaultGenerator(
104 104
             $this->imageManager,
Please login to merge, or discard this patch.