Passed
Pull Request — master (#39)
by Robbie
01:59
created
src/Tasks/CheckExternalLinksTask.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 class CheckExternalLinksTask extends BuildTask
20 20
 {
21 21
     private static $dependencies = [
22
-        'LinkChecker' => '%$' . LinkChecker::class
22
+        'LinkChecker' => '%$'.LinkChecker::class
23 23
     ];
24 24
 
25 25
     private static $segment = 'CheckExternalLinksTask';
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
             try {
199 199
                 $page->write();
200 200
             } catch (ValidationException $ex) {
201
-                $this->log("Exception caught for {$page->Title}, skipping. Message: " . $ex->getMessage());
201
+                $this->log("Exception caught for {$page->Title}, skipping. Message: ".$ex->getMessage());
202 202
                 continue;
203 203
             }
204 204
 
Please login to merge, or discard this patch.