Completed
Pull Request — master (#15)
by John
07:45 queued 12s
created
src/Field/Renderer/GraphicPrimitive/OutlineBoxRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         $canvas = $this->getImageManager()->canvas($this->getWidth(), $this->getHeight(), $this->getTracerColour());
16 16
 
17
-        $rectangleConf = function ($rectangle) {
17
+        $rectangleConf = function($rectangle) {
18 18
             $rectangle->border($this->getLineWeight(), '#000');
19 19
         };
20 20
 
Please login to merge, or discard this patch.