Test Failed
Push — 1.0.0-dev ( 000a84...a27cf6 )
by nguereza
02:52
created
core/libraries/PDF.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -86,10 +86,10 @@
 block discarded – undo
86 86
          * @return object the current instance
87 87
          */
88 88
         public function render() {
89
-           $this->dompdf->load_html($this->html);
90
-           $this->dompdf->set_paper($this->paper, $this->orientation);
91
-           $this->dompdf->render(); 
92
-           return $this;
89
+            $this->dompdf->load_html($this->html);
90
+            $this->dompdf->set_paper($this->paper, $this->orientation);
91
+            $this->dompdf->render(); 
92
+            return $this;
93 93
         }
94 94
 
95 95
         /**
Please login to merge, or discard this patch.