@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | || $this->isTextCreatingError($this->ouvrageData['raw']) |
55 | 55 | ) { |
56 | 56 | $this->log->notice("SKIP: template avec commentaire HTML ou modèle problématique."); |
57 | - $this->db->skipRow((int)$this->ouvrageData['id']); |
|
57 | + $this->db->skipRow((int) $this->ouvrageData['id']); |
|
58 | 58 | |
59 | 59 | return false; |
60 | 60 | } |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | $find = mb_strpos($this->wikiText, $this->ouvrageData['raw']); |
77 | 77 | if ($find === false) { |
78 | 78 | $this->log->notice("String non trouvée."); |
79 | - $this->db->skipRow((int)$this->ouvrageData['id']); |
|
79 | + $this->db->skipRow((int) $this->ouvrageData['id']); |
|
80 | 80 | |
81 | 81 | return false; |
82 | 82 | } |
@@ -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 |