Completed
Push — master ( 4f35a8...a20096 )
by Sebastian
02:37
created
src/Seboettg/CiteProc/Util/PageHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
     {
24 24
         list($from, $to) = $ranges;
25 25
 
26
-        if (!empty($pageRangeFormat) ) {
26
+        if (!empty($pageRangeFormat)) {
27 27
 
28 28
             switch ($pageRangeFormat) {
29 29
                 case PageRangeFormats::MINIMAL:
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
                     break;
32 32
                 case PageRangeFormats::MINIMAL_TWO:
33 33
                     if (strlen($to) > 2) {
34
-                        $resTo = self::renderMinimal($from, $to, strlen($to)-2);
34
+                        $resTo = self::renderMinimal($from, $to, strlen($to) - 2);
35 35
                     } else {
36 36
                         $resTo = $to;
37 37
                     }
Please login to merge, or discard this patch.