Completed
Push — master ( ad21ea...77c158 )
by Marco
05:26
created
src/Registry/SupportedTypes.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -33,22 +33,22 @@  discard block
 block discarded – undo
33 33
             "extender-plugin-load" => "ExtenderPlugin"
34 34
         ),
35 35
 
36
-	    'extender-tasks-bundle' => array(
36
+        'extender-tasks-bundle' => array(
37 37
             "comodojo-tasks-register" => "ExtenderTask",
38 38
             "extender-task-register" => "ExtenderTask"
39 39
         ),
40 40
 
41
-	    'extender-commands-bundle' => array(
41
+        'extender-commands-bundle' => array(
42 42
             "comodojo-commands-register" => "Command",
43 43
             "extender-command-register" => "Command"
44 44
         ),
45 45
 
46
-	    'dispatcher-plugin' => array(
46
+        'dispatcher-plugin' => array(
47 47
             "comodojo-plugin-load" => "DispatcherPlugin",
48 48
             "dispatcher-plugin-load" => "DispatcherPlugin"
49 49
         ),
50 50
 
51
-	    'dispatcher-service-bundle' => array(
51
+        'dispatcher-service-bundle' => array(
52 52
             "comodojo-service-route" => "Service",
53 53
             "dispatcher-service-route" => "Service"
54 54
         ),
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
             "comodojo-authentication-register" => "Authentication"
68 68
         ),
69 69
 
70
-	    'comodojo-bundle' => array(
70
+        'comodojo-bundle' => array(
71 71
             "dispatcher-plugin-load" => "DispatcherPlugin",
72 72
             "dispatcher-service-route" => "Service",
73 73
             "extender-plugin-load" => "ExtenderPlugin",
Please login to merge, or discard this patch.