Test Failed
Push — 1.0.0-dev ( 2dc3fb...7e4712 )
by nguereza
02:54
created
core/libraries/PDF.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -104,11 +104,11 @@
 block discarded – undo
104 104
          * @return object the current instance
105 105
          */
106 106
         public function render() {
107
-           $this->dompdf->loadHtml($this->html);
108
-           $this->dompdf->setPaper($this->paper, $this->orientation);
109
-           $this->dompdf->render(); 
110
-           $this->rendered = true;
111
-           return $this;
107
+            $this->dompdf->loadHtml($this->html);
108
+            $this->dompdf->setPaper($this->paper, $this->orientation);
109
+            $this->dompdf->render(); 
110
+            $this->rendered = true;
111
+            return $this;
112 112
         }
113 113
 
114 114
         /**
Please login to merge, or discard this patch.