Completed
Push — master ( 1bff6a...345056 )
by
unknown
01:32
created
src/Criterias/Builder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 
16 16
 	public function render()
17 17
 	{
18
-	    if ($this->content instanceof Expression) {
18
+		if ($this->content instanceof Expression) {
19 19
 			return [$this->getKey() => "#!!" . $this->content->render() . "!!#"];
20
-	    }
20
+		}
21 21
 
22 22
 		return [$this->getKey() => $this->content];
23 23
 	}
Please login to merge, or discard this patch.