Completed
Push — master ( 45d5fd...7fdf91 )
by Milos
01:49
created
src/Tmilos/Value/Spec/FixedLengthRandomStringValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      */
20 20
     public static function generate()
21 21
     {
22
-        return new static(bin2hex(random_bytes(static::getRequiredLength()/2)));
22
+        return new static(bin2hex(random_bytes(static::getRequiredLength() / 2)));
23 23
     }
24 24
 
25 25
     public static function isValid($value)
Please login to merge, or discard this patch.