@@ -152,7 +152,7 @@ |
||
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; |
@@ -41,7 +41,7 @@ |
||
41 | 41 | $res = $this->searchByISNI($infos['ISNIAuteur1']); |
42 | 42 | } |
43 | 43 | if (isset($infos['isbn'])) { |
44 | - if(!empty($res)) { |
|
44 | + if (!empty($res)) { |
|
45 | 45 | sleep(2); |
46 | 46 | } |
47 | 47 | $res = array_merge($res ?? [], $this->findArticleByISBN13($infos['isbn'])); |