Completed
Push — master ( ce54b6...5ea837 )
by Vítor
03:37
created
src/Console/Command/ModuleCreateCommand.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -561,13 +561,13 @@
 block discarded – undo
561 561
         $tokenMap = [];
562 562
 
563 563
         switch($routingEngine) {
564
-            case self::ROUTING_ENGINE_SYMFONY:
565
-                $tokenMap['[ROUTING_TRAIT]'] = 'use \PPI\Framework\Module\Routing\SymfonyTrait;';
566
-                break;
564
+        case self::ROUTING_ENGINE_SYMFONY:
565
+            $tokenMap['[ROUTING_TRAIT]'] = 'use \PPI\Framework\Module\Routing\SymfonyTrait;';
566
+            break;
567 567
 
568
-            default:
569
-                throw new \Exception('Unimplemented routing engine: ' . $routingEngine);
570
-                break;
568
+        default:
569
+            throw new \Exception('Unimplemented routing engine: ' . $routingEngine);
570
+            break;
571 571
         }
572 572
 
573 573
         return $tokenMap;
Please login to merge, or discard this patch.