Passed
Push — feature/117-numberhelperpatter... ( e42d7e )
by Sebastian
02:39 queued 13s
created
src/Rendering/Term/Punctuation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
         $values = new ArrayList();
23 23
         return $values
24 24
             ->setArray(Punctuation::toArray())
25
-            ->map(function (string $punctuation) {
25
+            ->map(function(string $punctuation) {
26 26
                 return CiteProc::getContext()->getLocale()->filter("terms", $punctuation)->single;
27 27
             })
28
-            ->collect(function ($items) {
28
+            ->collect(function($items) {
29 29
                 return array_values($items);
30 30
             });
31 31
     }
Please login to merge, or discard this patch.