diff options
| author | Steve Clay <steve@mrclay.org> | 2013-06-13 14:10:35 -0400 | 
|---|---|---|
| committer | Paweł Sroka <srokap@gmail.com> | 2013-11-04 04:24:48 +0100 | 
| commit | 003946eff06fcafe60db5894e1ade0abee7314b4 (patch) | |
| tree | 8fe88a23821ea213979c0a9e187d7214721f973d /engine | |
| parent | 4bcca223409915e075dd08f0aaca9f23ea63f610 (diff) | |
| download | elgg-003946eff06fcafe60db5894e1ade0abee7314b4.tar.gz elgg-003946eff06fcafe60db5894e1ade0abee7314b4.tar.bz2 | |
code style
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/classes/ElggCrypto.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/engine/classes/ElggCrypto.php b/engine/classes/ElggCrypto.php index 358b721ea..b6a8b2024 100644 --- a/engine/classes/ElggCrypto.php +++ b/engine/classes/ElggCrypto.php @@ -175,8 +175,7 @@ class ElggCrypto {  	 *  	 * @see https://github.com/zendframework/zf2/blob/master/library/Zend/Math/Rand.php#L179  	 */ -	public static function getRandomString($length, $chars = null) -	{ +	public static function getRandomString($length, $chars = null) {  		if ($length < 1) {  			throw new InvalidArgumentException('Length should be >= 1');  		} | 
