Passed
Pull Request — master (#154)
by Marcel
04:08
created
app/Models/ScanRawResultResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         parent::__construct('current state of requested token');
19 19
         $this->domain = $scan->url;
20
-        if ($scan->token instanceof Token ) {
20
+        if ($scan->token instanceof Token) {
21 21
             $this->token = $scan->token->token;
22 22
         } else {
23 23
             $this->token = "";
Please login to merge, or discard this patch.