Completed
Push — master ( 06e70d...2d152a )
by Peter
03:59
created
generated/signals-definition.php 2 patches
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.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,30 +1,30 @@
 block discarded – undo
1 1
 <?php // Auto generated, any changes will be lost
2
-return array (
2
+return array(
3 3
   'slots' => 
4
-  array (
4
+  array(
5 5
   ),
6 6
   'signals' => 
7
-  array (
7
+  array(
8 8
     '\\Maslosoft\\Sitcom\\Command' => 
9
-    array (
9
+    array(
10 10
       '\\Maslosoft\\Hedron\\Commands\\ApplyCommand' => 
11
-      array (
11
+      array(
12 12
         0 => 'reactOn()',
13 13
       ),
14 14
       '\\Maslosoft\\Hedron\\Commands\\PreviewCommand' => 
15
-      array (
15
+      array(
16 16
         0 => 'reactOn()',
17 17
       ),
18 18
       '\\Maslosoft\\Hedron\\Commands\\RenderTemplateCommand' => 
19
-      array (
19
+      array(
20 20
         0 => 'reactOn()',
21 21
       ),
22 22
       '\\Maslosoft\\Signals\\Application\\Commands\\BuildCommand' => 
23
-      array (
23
+      array(
24 24
         0 => 'reactOn()',
25 25
       ),
26 26
       '\\Maslosoft\\Signals\\Application\\Commands\\PreviewCommand' => 
27
-      array (
27
+      array(
28 28
         0 => 'reactOn()',
29 29
       ),
30 30
     ),
Please login to merge, or discard this patch.