Completed
Push — develop ( e3d647...2d4b54 )
by Julien
02:48
created
lib/SSpkS/Output/HtmlOutput.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $this->setVariable('baseUrlRelative', $this->config->baseUrlRelative);
32 32
         $this->setVariable('themeUrl', $this->config->baseUrlRelative . $this->config->paths['themes'] . $this->config->site['theme'] . '/');
33 33
         $this->setVariable('requestUri', $_SERVER['REQUEST_URI']);
34
-        if (array_key_exists('SSPKS_COMMIT', $_ENV)){
34
+        if (array_key_exists('SSPKS_COMMIT', $_ENV)) {
35 35
             $this->setVariable('commitHash', $_ENV['SSPKS_COMMIT']);
36 36
         }
37 37
     }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $this->setVariable('baseUrlRelative', $this->config->baseUrlRelative);
32 32
         $this->setVariable('themeUrl', $this->config->baseUrlRelative . $this->config->paths['themes'] . $this->config->site['theme'] . '/');
33 33
         $this->setVariable('requestUri', $_SERVER['REQUEST_URI']);
34
-        if (array_key_exists('SSPKS_COMMIT', $_ENV)){
34
+        if (array_key_exists('SSPKS_COMMIT', $_ENV)) {
35 35
             $this->setVariable('commitHash', $_ENV['SSPKS_COMMIT']);
36 36
         }
37 37
     }
Please login to merge, or discard this patch.