Passed
Push — master ( 4847bb...ef9a9d )
by Antonio Carlos
02:15
created
src/Random.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     private function addPrefixSuffix($value)
34 34
     {
35 35
         if (!is_null($this->prefix) || !is_null($this->suffix)) {
36
-            return (string) $this->prefix . $value . (string) $this->suffix;
36
+            return (string) $this->prefix.$value.(string) $this->suffix;
37 37
         }
38 38
 
39 39
         return $value;
Please login to merge, or discard this patch.