Passed
Push — develop ( e42d7e...4a0df2 )
by Sebastian
02:13 queued 14s
created
src/Rendering/Number.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
         if (empty($ordinalSuffix)) {
166 166
             $ordinalSuffix = CiteProc::getContext()->getLocale()->filter('terms', 'ordinal')->single;
167 167
         }
168
-        return $num . $ordinalSuffix;
168
+        return $num.$ordinalSuffix;
169 169
     }
170 170
 
171 171
     /**
Please login to merge, or discard this patch.