Completed
Push — master ( 8531f3...cdf8ff )
by Nils
03:41
created
src/Extensions/SmokeReporter/Reporter/KoalamonReporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->collect = $collect;
52 52
         $this->identifier = $identifier;
53 53
 
54
-        if($tool) {
54
+        if ($tool) {
55 55
             $this->tool = $tool;
56 56
         }
57 57
 
Please login to merge, or discard this patch.
src/Rules/Security/PasswordSecureTransferRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     public function validate(Response $response)
15 15
     {
16
-        $url = (string)$response->getUri();
16
+        $url = (string) $response->getUri();
17 17
 
18 18
         if (substr_count($url, '/') == 2) {
19 19
             $filename = $robotsUrl = $url . "/robots.txt";
Please login to merge, or discard this patch.