Completed
Push — master ( b5ea1e...13004a )
by Scott
02:00
created
lib/random_bytes_dev_urandom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
                 /**
142 142
                  * @var string|bool
143 143
                  */
144
-                $buf = $buf . $read;
144
+                $buf = $buf.$read;
145 145
             } while ($remaining > 0);
146 146
 
147 147
             /**
Please login to merge, or discard this patch.
lib/random_int.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,6 +184,6 @@
 block discarded – undo
184 184
              */
185 185
         } while (!is_int($val) || $val > $max || $val < $min);
186 186
 
187
-        return (int)$val;
187
+        return (int) $val;
188 188
     }
189 189
 }
190 190
\ No newline at end of file
Please login to merge, or discard this patch.