Completed
Push — master ( 2d152a...d08bcb )
by Peter
05:28 queued 01:47
created
generated/signals-definition.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -5,28 +5,28 @@
 block discarded – undo
5 5
   ),
6 6
   'signals' => 
7 7
   array (
8
-    '\\Maslosoft\\Sitcom\\Command' => 
9
-    array (
10
-      '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => 
11
-      array (
12
-        0 => 'reactOn()',
13
-      ),
14
-      '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => 
15
-      array (
16
-        0 => 'reactOn()',
17
-      ),
18
-      '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => 
19
-      array (
20
-        0 => 'reactOn()',
21
-      ),
22
-      '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => 
23
-      array (
24
-        0 => 'reactOn()',
25
-      ),
26
-      '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => 
27
-      array (
28
-        0 => 'reactOn()',
29
-      ),
30
-    ),
8
+	'\\Maslosoft\\Sitcom\\Command' => 
9
+	array (
10
+	  '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => 
11
+	  array (
12
+		0 => 'reactOn()',
13
+	  ),
14
+	  '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => 
15
+	  array (
16
+		0 => 'reactOn()',
17
+	  ),
18
+	  '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => 
19
+	  array (
20
+		0 => 'reactOn()',
21
+	  ),
22
+	  '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => 
23
+	  array (
24
+		0 => 'reactOn()',
25
+	  ),
26
+	  '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => 
27
+	  array (
28
+		0 => 'reactOn()',
29
+	  ),
30
+	),
31 31
   ),
32 32
 );
Please login to merge, or discard this patch.