Passed
Push — master ( 35b4f7...a2b417 )
by Dispositif
02:30
created
src/Application/OuvrageEdit/Validators/CitationValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/Domain/ExternLink/SummaryExternTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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 
Please login to merge, or discard this patch.