Passed
Push — 0.8.x ( dc0566...6e510b )
by Alexander
06:23 queued 03:10
created
src/bundles/ApplicationBundle/Console/Commands/AboutCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@
 block discarded – undo
95 95
         $info = "$logo\n";
96 96
         $info .= "  {$application->getName()} Version ".$application->getVersion()."\n";
97 97
         $info .= "  Core\n";
98
-        $info .= "  Environment: ". env('APP_ENV')."\n";
99
-        $info .= "  Debug: ". (env('APP_DEBUG') ? "True\n" : "False\n");
98
+        $info .= "  Environment: ".env('APP_ENV')."\n";
99
+        $info .= "  Debug: ".(env('APP_DEBUG') ? "True\n" : "False\n");
100 100
         $info .= "  PHP Info\n";
101 101
         $info .= "  Version: "."{$phpVersion}\n";
102 102
         $info .= "  Architecture: "."{$architecture} bits\n";
Please login to merge, or discard this patch.