@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | || $this->isTextCreatingError($this->ouvrageData['raw']) |
50 | 50 | ) { |
51 | 51 | $this->log->notice("SKIP: template avec commentaire HTML ou modèle problématique."); |
52 | - $this->db->skipRow((int)$this->ouvrageData['id']); |
|
52 | + $this->db->skipRow((int) $this->ouvrageData['id']); |
|
53 | 53 | |
54 | 54 | return false; |
55 | 55 | } |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | $find = mb_strpos($this->wikiText, $this->ouvrageData['raw']); |
72 | 72 | if ($find === false) { |
73 | 73 | $this->log->notice("String non trouvée."); |
74 | - $this->db->skipRow((int)$this->ouvrageData['raw']['id']); |
|
74 | + $this->db->skipRow((int) $this->ouvrageData['raw']['id']); |
|
75 | 75 | |
76 | 76 | return false; |
77 | 77 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | $this->summary->memo['sites'][] = $this->externalPage->getPrettyDomainName(); // ??? |
34 | 34 | } |
35 | 35 | if (isset($mapData['accès url'])) { |
36 | - $this->log->debug('accès |