Passed
Branch master (a282a6)
by Andreas
10:43 queued 08:00
created
src/Pages.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,8 @@
 block discarded – undo
87 87
     {
88 88
         $matches = [];
89 89
         $regex = '/PageMediaBegin\nPageMediaNumber: (?<page>.+)\nPageMediaRotation: (?<rotation>[0-9]+)\n' .
90
-                 'PageMediaRect: .*\n' .
91
-                 'PageMediaDimensions: (?<dim>(([0-9]\,)?[0-9]+(\.[0-9]+)?) (([0-9]\,)?[0-9]+(\.[0-9]+)?))/';
90
+                    'PageMediaRect: .*\n' .
91
+                    'PageMediaDimensions: (?<dim>(([0-9]\,)?[0-9]+(\.[0-9]+)?) (([0-9]\,)?[0-9]+(\.[0-9]+)?))/';
92 92
         preg_match_all($regex, $dump, $matches, PREG_SET_ORDER);
93 93
 
94 94
         $this->pages = [];
Please login to merge, or discard this patch.