Passed
Push — develop-v3 ( 1d4ba1...78b0c7 )
by Andrew
18:27 queued 13:58
created
src/models/CodeData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function __toString(): string
43 43
     {
44
-        return (string)$this->value;
44
+        return (string) $this->value;
45 45
     }
46 46
 
47 47
     /**
Please login to merge, or discard this patch.