Passed
Push — develop ( 4e64c5...c1d6c4 )
by Daniel
09:01
created
services/feeds/Feed.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
13 13
 
14 14
 class Feed extends SimplePie
15 15
 {
16
-    public function __construct()
17
-    {
18
-        parent::__construct();
16
+	public function __construct()
17
+	{
18
+		parent::__construct();
19 19
 
20 20
 		$this->set_item_class('blitze\sitemaker\services\feeds\Item');
21
-    }
21
+	}
22 22
 
23 23
 	/**
24 24
 	 * Magic method handler
Please login to merge, or discard this patch.