Completed
Branch master (689c2b)
by Vermeulen
06:45
created
src/kernel_init.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
  
9 9
 require_once($rootPath.'configs/bfw-fenom/config.php');
10 10
 
11
-if($pathTemplate !== '')
11
+if ($pathTemplate !== '')
12 12
 {
13 13
     $pathTemplate = $rootPath.$pathTemplate;
14 14
 }
15 15
 
16
-if(is_string($pathCompiled) && $pathCompiled !== '')
16
+if (is_string($pathCompiled) && $pathCompiled !== '')
17 17
 {
18 18
     $pathCompiled = $rootPath.$pathCompiled;
19 19
 }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 if(is_string($pathCompiled) && $pathCompiled !== '')
17 17
 {
18 18
     $pathCompiled = $rootPath.$pathCompiled;
19
-}
20
-else
19
+} else
21 20
 {
22 21
     //Fenom default value.
23 22
     //With option "disable_cache" at true, this directory is already declared to compiled_path.
Please login to merge, or discard this patch.
src/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  */
25 25
 $fenomOptions = array();
26 26
 
27
-if($BFWKernel->getDebug())
27
+if ($BFWKernel->getDebug())
28 28
 {
29 29
     $fenomOptions['auto_reload'] = true;
30 30
 }
Please login to merge, or discard this patch.