Passed
Branch dev3 (493baa)
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
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
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.