Passed
Push — main ( de8c5e...60ffa7 )
by Cristian
14:06
created
src/Converters/DompdfAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     {
85 85
         // Simplified example: Load content from a specific file
86 86
         $contentFile = $epubDirectory . '/content.xhtml'; // Adjust this path as needed
87
-        if (! file_exists($contentFile)) {
87
+        if (!file_exists($contentFile)) {
88 88
             throw new Exception("Content file not found: {$contentFile}");
89 89
         }
90 90
 
Please login to merge, or discard this patch.
src/Converters/TCPDFAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     {
85 85
         // Simplified example: Load content from a specific file
86 86
         $contentFile = $epubDirectory . '/content.xhtml'; // Adjust this path as needed
87
-        if (! file_exists($contentFile)) {
87
+        if (!file_exists($contentFile)) {
88 88
             throw new Exception("Content file not found: {$contentFile}");
89 89
         }
90 90
 
Please login to merge, or discard this patch.