Passed
Push — master ( ccfece...780606 )
by Petr
02:17
created
php-tests/CommonTestClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     public function getPageLink(): string
30 30
     {
31
-        return (1 < $this->pageNum) ? $this->link . $this->pageNum : $this->link ;
31
+        return (1 < $this->pageNum) ? $this->link . $this->pageNum : $this->link;
32 32
     }
33 33
 }
34 34
 
Please login to merge, or discard this patch.