Completed
Push — master ( 7cd6f2...7b7591 )
by
unknown
04:24
created
src/Adapter/PDFLib.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1280,7 +1280,7 @@
 block discarded – undo
1280 1280
                         break;
1281 1281
 
1282 1282
                     case 'line':
1283
-                        $this->line( $x1, $y1, $x2, $y2, $color, $width, $style );
1283
+                        $this->line($x1, $y1, $x2, $y2, $color, $width, $style);
1284 1284
                         break;
1285 1285
 
1286 1286
                 }
Please login to merge, or discard this patch.
src/Adapter/CPDF.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1113,7 +1113,7 @@
 block discarded – undo
1113 1113
                         break;
1114 1114
 
1115 1115
                     case 'line':
1116
-                        $this->line( $x1, $y1, $x2, $y2, $color, $width, $style );
1116
+                        $this->line($x1, $y1, $x2, $y2, $color, $width, $style);
1117 1117
                         break;
1118 1118
                 }
1119 1119
             }
Please login to merge, or discard this patch.