Test Failed
Pull Request — master (#68)
by yasin
02:44
created
src/Utils/SlotRenderer.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@
 block discarded – undo
30 30
 	 */
31 31
 	private function assignSlots()
32 32
 	{
33
-		if ($this->hasSlot())
34
-			$this->_viewData = array_merge($this->_viewData, $this->slots);
33
+		if ($this->hasSlot()) {
34
+					$this->_viewData = array_merge($this->_viewData, $this->slots);
35
+		}
35 36
 	}
36 37
 }
Please login to merge, or discard this patch.