Passed
Branch main (2b1bc6)
by Cristian
03:39
created
Category
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
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     {
132 132
         // Simplified example: Load content from a specific file
133 133
         $contentFile = $epubDirectory . '/content.xhtml'; // Adjust this path as needed
134
-        if (! file_exists($contentFile)) {
134
+        if (!file_exists($contentFile)) {
135 135
             throw new Exception("Content file not found: {$contentFile}");
136 136
         }
137 137
 
Please login to merge, or discard this patch.