Passed
Push — master ( 99530c...78eac0 )
by Luka
04:00
created
sample/inc/functions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,5 +130,5 @@
 block discarded – undo
130 130
  */
131 131
 function is_production()
132 132
 {
133
-     return getenv('MY_PHP_ENV') === 'production';
133
+        return getenv('MY_PHP_ENV') === 'production';
134 134
 }
Please login to merge, or discard this patch.