Completed
Push — develop ( ff707a...b523a4 )
by Tom
04:27
created
build/phar/phar-timestamp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     throw new RuntimeException(sprintf('Is not a file or not readable: %s', var_export($file, true)));
31 31
 }
32 32
 
33
-$timestamp = (int) `git log --format=format:%ct HEAD -1`;
33
+$timestamp = (int)`git log --format=format:%ct HEAD -1`;
34 34
 $threshold = 1343826993;
35 35
 if ($timestamp < $threshold) {
36 36
     $message = sprintf(
Please login to merge, or discard this patch.
src/N98/Magento/Command/Installer/InstallCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
  */
32 32
 class InstallCommand extends AbstractMagentoCommand
33 33
 {
34
-    const DEFAULT_SESSION_PATH        = 'var/session';
34
+    const DEFAULT_SESSION_PATH = 'var/session';
35 35
     const EXEC_STATUS_OK = 0;
36 36
     /**
37 37
      * @var array
Please login to merge, or discard this patch.