Passed
Pull Request — master (#4)
by
unknown
05:42
created
src/Console/Command/InstallPackages.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
         }
54 54
 
55 55
         $output->writeln($this->getRunStats());
56
-		return 1;
56
+        return 1;
57 57
     }
58 58
 }
Please login to merge, or discard this patch.
src/Console/Command/Package.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
         Orchestrator::install();
32 32
 
33 33
         $output->writeln('### Orchestrator has been installed/updated ###');
34
-		return 1;
34
+        return 1;
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
src/Console/Command/RequireMODXPackages.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,6 +88,6 @@
 block discarded – undo
88 88
         }
89 89
 
90 90
         $output->writeln($this->getRunStats());
91
-		return 1;
91
+        return 1;
92 92
     }
93 93
 }
Please login to merge, or discard this patch.
src/Console/Command/ListMODXPackages.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,6 +106,6 @@
 block discarded – undo
106 106
 
107 107
 
108 108
         $output->writeln($this->getRunStats());
109
-		return 1;
109
+        return 1;
110 110
     }
111 111
 }
Please login to merge, or discard this patch.
src/Console/Command/UninstallPackages.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
         }
54 54
 
55 55
         $output->writeln($this->getRunStats());
56
-		return 1;
56
+        return 1;
57 57
     }
58 58
 }
Please login to merge, or discard this patch.