* Formatting

This commit is contained in:
RobThree
2015-03-17 11:42:00 +01:00
parent b738f2ced5
commit 5a8d76cd92
@@ -6,7 +6,7 @@ class MCryptRNGProvider implements IRNGProvider
{
private $source;
function __construct($source = MCRYPT_DEV_URANDOM ) {
function __construct($source = MCRYPT_DEV_URANDOM) {
$this->source = $source;
}