Passed
Push — develop ( 9b9b94...cb7f6e )
by nguereza
02:29
created
src/Generator/DOMPDFGenerator.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@  discard block
 block discarded – undo
55 55
  * @class DOMPDFGenerator
56 56
  * @package Platine\PDF\Generator
57 57
  */
58
-class DOMPDFGenerator implements PDFGeneratorInterface
59
-{
58
+class DOMPDFGenerator implements PDFGeneratorInterface {
60 59
     /**
61 60
      * The DOMPDF instance
62 61
      * @var Dompdf
@@ -87,8 +86,7 @@  discard block
 block discarded – undo
87 86
      * @param Dompdf $dompdf
88 87
      * @param Filesystem $filesystem
89 88
      */
90
-    public function __construct(Dompdf $dompdf, Filesystem $filesystem)
91
-    {
89
+    public function __construct(Dompdf $dompdf, Filesystem $filesystem) {
92 90
         $this->dompdf = $dompdf;
93 91
         $this->filesystem = $filesystem;
94 92
         
Please login to merge, or discard this patch.