Passed
Branch master (8d4ff6)
by refat
07:57
created
Core/System/Application.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     $this->container[$key] = $value;
138 138
   }
139 139
 
140
- /**
140
+  /**
141 141
    * Get Shared Value
142 142
    *
143 143
    * @param string $key
Please login to merge, or discard this patch.
Core/System/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     return $this->getFromContainer($file);
109 109
   }
110 110
 
111
- /**
111
+  /**
112 112
    * Generate full path to the given path
113 113
    *
114 114
    * @param string $path
Please login to merge, or discard this patch.