Passed
Branch master (b57df4)
by refat
04:17
created
Core/System/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     return $this->container[$path . ':content'];
114 114
   }
115 115
 
116
- /**
116
+  /**
117 117
    * Generate full path to the given path
118 118
    *
119 119
    * @param string $path
Please login to merge, or discard this patch.
Core/System/Application.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     $this->container[$key] = $value;
118 118
   }
119 119
 
120
- /**
120
+  /**
121 121
    * Get shared value
122 122
    *
123 123
    * @param string $key
Please login to merge, or discard this patch.
Core/System/Hash.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
    *
10 10
    * @var \System\Application
11 11
    */
12
-   protected $app;
12
+    protected $app;
13 13
 
14 14
   /**
15 15
    * Constructor
Please login to merge, or discard this patch.