Passed
Pull Request — main (#54)
by Thierry
13:54
created
src/Service/Report/Pdf/LocalGenerator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@
 block discarded – undo
22 22
             $page = $this->browser->createPage();
23 23
             $page->setHtml($html);
24 24
             return $page->pdf($config)->getBase64();
25
-        }
26
-        finally
25
+        } finally
27 26
         {
28 27
             $this->browser->close();
29 28
         }
Please login to merge, or discard this patch.