Completed
Push — master ( f01395...984a5b )
by Peter
33s
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.
src/Sitcom.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,12 +54,12 @@  discard block
 block discarded – undo
54 54
 
55 55
 	public function __get($name)
56 56
 	{
57
-		return $this->{'get' . ucfirst($name)}();
57
+		return $this->{'get'.ucfirst($name)}();
58 58
 	}
59 59
 
60 60
 	public function __set($name, $value)
61 61
 	{
62
-		$this->{'set' . ucfirst($name)}($value);
62
+		$this->{'set'.ucfirst($name)}($value);
63 63
 	}
64 64
 
65 65
 	/**
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	{
71 71
 		if (null === self::$_version)
72 72
 		{
73
-			self::$_version = require __DIR__ . '/version.php';
73
+			self::$_version = require __DIR__.'/version.php';
74 74
 		}
75 75
 		return self::$_version;
76 76
 	}
Please login to merge, or discard this patch.
src/Application/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
 	public function getHelp(): string
46 46
 	{
47
-		return self::Logo . parent::getHelp();
47
+		return self::Logo.parent::getHelp();
48 48
 	}
49 49
 
50 50
 }
Please login to merge, or discard this patch.
src/Helpers/CommandWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	{
39 39
 		if ($namespace != '')
40 40
 		{
41
-			$command->setName($namespace . ':' . $command->getName());
41
+			$command->setName($namespace.':'.$command->getName());
42 42
 		}
43 43
 		$this->app->add($command);
44 44
 	}
Please login to merge, or discard this patch.
src/Commands/BuildCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	protected function execute(InputInterface $input, OutputInterface $output): int
43 43
 	{
44 44
 		$signal = new Signal();
45
-		if(!is_dir($signal->runtimePath))
45
+		if (!is_dir($signal->runtimePath))
46 46
 		{
47 47
 			Io::mkdir($signal->runtimePath);
48 48
 		}
Please login to merge, or discard this patch.