Test Failed
Push — master ( d5e6e0...328550 )
by Charis
07:06
created
src/TwigRenderer.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 	 * @return $this
38 38
 	 */
39 39
 	public function addExtension(\Twig_ExtensionInterface $extension)
40
-    {
40
+	{
41 41
         $this->environment->addExtension($extension);
42 42
 
43 43
 		return $this;
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
 	 * @return $this
52 52
 	 */
53 53
 	public function addFilter(\Twig_Filter $filter)
54
-    {
54
+	{
55 55
         $this->environment->addFilter($filter);
56 56
 
57 57
 		return $this;
Please login to merge, or discard this patch.
src/AbstractRenderer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @return array
44 44
      */
45 45
     protected function merge_data($data)
46
-	{
46
+    {
47 47
 		return array_merge($this->offset, $data);
48 48
 	}
49 49
 
Please login to merge, or discard this patch.