Passed
Branch master (61ab03)
by Dispositif
05:16 queued 02:29
created
src/Infrastructure/WstatImport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
             $data[] = ['title' => $title, 'template' => $template];
112 112
         }
113 113
 
114
-        return (array)$data;
114
+        return (array) $data;
115 115
     }
116 116
 
117 117
     /**
Please login to merge, or discard this patch.
src/Domain/Publisher/ExternConverterTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
                 $page .= '–'.$meta['citation_lastpage'];
153 153
             }
154 154
 
155
-            return (string)$page;
155
+            return (string) $page;
156 156
         }
157 157
 
158 158
         return null;
Please login to merge, or discard this patch.