Completed
Push — master ( 1c4c32...66f2c0 )
by
unknown
01:37
created
lib/random_bytes_dev_urandom.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
             if (DIRECTORY_SEPARATOR === '/') {
68 68
                 if (!is_readable('/dev/urandom')) {
69 69
                     throw new Exception(
70
-                        'Environment misconfiguration: ' .
70
+                        'Environment misconfiguration: '.
71 71
                         '/dev/urandom cannot be read.'
72 72
                     );
73 73
                 }
Please login to merge, or discard this patch.