Passed
Push — master ( 2b67eb...60e75a )
by Dispositif
02:38
created
src/Application/CLI/externRefProcess.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -54,23 +54,23 @@
 block discarded – undo
54 54
     $list = new PageList([trim($argv[1])]);
55 55
 
56 56
     // delete Title from edited.txt
57
-    $file = __DIR__ . '/../resources/article_externRef_edited.txt';
57
+    $file = __DIR__.'/../resources/article_externRef_edited.txt';
58 58
     $text = file_get_contents($file);
59
-    $newText = str_replace(trim($argv[1]) . "\n", '', $text);
59
+    $newText = str_replace(trim($argv[1])."\n", '', $text);
60 60
     if (!empty($text) && $text !== $newText) {
61 61
         @file_put_contents($file, $newText);
62 62
     }
63
-    $botConfig->setTaskName('
Please login to merge, or discard this patch.
src/Domain/ExternLink/DeadLinkTransformer.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                 if ($webarchiveDTO->getArchiver() === '[[Internet Archive]]') {
57 57
                     $this->log->notice('
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
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
             $this->summary->memo['sites'][] = $this->externalPage->getPrettyDomainName(); // ???
33 33
         }
34 34
         if (isset($mapData['accès url'])) {
35
-            $this->log->debug('accès 
Please login to merge, or discard this patch.