Passed
Push — feature/117-numberhelperpatter... ( e42d7e...a9d082 )
by Sebastian
07:53
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.