Passed
Push — develop ( 08460c...bdd28d )
by Jens
03:23
created
cloudcontrol/library/components/NotFoundComponent.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
 
13 13
 class NotFoundComponent extends BaseComponent
14 14
 {
15
-    public function run(Storage $storage)
16
-    {
17
-        parent::run($storage);
18
-        header("HTTP/1.0 404 Not Found");
19
-    }
15
+	public function run(Storage $storage)
16
+	{
17
+		parent::run($storage);
18
+		header("HTTP/1.0 404 Not Found");
19
+	}
20 20
 
21 21
 }
22 22
\ No newline at end of file
Please login to merge, or discard this patch.