aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggCrypto.php
diff options
context:
space:
mode:
authorSteve Clay <steve@mrclay.org>2013-06-13 14:10:35 -0400
committerPaweł Sroka <srokap@gmail.com>2013-11-04 04:24:48 +0100
commit003946eff06fcafe60db5894e1ade0abee7314b4 (patch)
tree8fe88a23821ea213979c0a9e187d7214721f973d /engine/classes/ElggCrypto.php
parent4bcca223409915e075dd08f0aaca9f23ea63f610 (diff)
downloadelgg-003946eff06fcafe60db5894e1ade0abee7314b4.tar.gz
elgg-003946eff06fcafe60db5894e1ade0abee7314b4.tar.bz2
code style
Diffstat (limited to 'engine/classes/ElggCrypto.php')
-rw-r--r--engine/classes/ElggCrypto.php3
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');
}