Completed
Branch 1.x.x-dev (cd6f1c)
by
unknown
12:06 queued 09:40
created
src/HelloWordPl/SimpleEntityGeneratorBundle/Lib/Renderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -430,7 +430,7 @@
 block discarded – undo
430 430
     {
431 431
         $parts = Tools::explodeTemplateStringToArray($template);
432 432
         array_walk(
433
-            $parts, function (&$value) use ($spaces) {
433
+            $parts, function(&$value) use ($spaces) {
434 434
             $value = str_pad($value, strlen($value) + (int) $spaces, " ", STR_PAD_LEFT);
435 435
         }
436 436
         );
Please login to merge, or discard this patch.
src/HelloWordPl/SimpleEntityGeneratorBundle/Lib/Items/PropertyManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -580,6 +580,6 @@
 block discarded – undo
580 580
             throw new Exception("This is not object type");
581 581
         }
582 582
 
583
-        return "\\" . $this->getTypeName();
583
+        return "\\".$this->getTypeName();
584 584
     }
585 585
 }
Please login to merge, or discard this patch.