Completed
Push — GildedRose/AlbertAndMarcos ( c4eed1 )
by Albert
02:33
created
src/GildedRoseKata/ItemFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     public static function fromItem(Item $item)
8 8
     {
9
-        switch($item->name)
9
+        switch ($item->name)
10 10
         {
11 11
             case AgedBrieItem::ITEM_NAME:
12 12
                 return new AgedBrieItem($item);
Please login to merge, or discard this patch.