Passed
Push — new-api ( 2a03a6...15a925 )
by Sebastian
04:45
created
src/Rendering/Name/EtAl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     public static function factory(SimpleXMLElement $node): EtAl
47 47
     {
48
-        $term = (string)$node->attributes()['term'];
48
+        $term = (string) $node->attributes()['term'];
49 49
         // The term attribute may be set to either “et-al” (the default) or to “and others” to use either term.
50 50
         $term = empty($term) ? "et-al" : $term;
51 51
         $locale = CiteProc::getContext()->getLocale();
Please login to merge, or discard this patch.