From: Steve Clay Date: Thu, 13 Jun 2013 18:10:35 +0000 (-0400) Subject: code style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=003946eff06fcafe60db5894e1ade0abee7314b4;p=lorea%2Felgg.git code style --- 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'); }