]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
code style
authorSteve Clay <steve@mrclay.org>
Thu, 13 Jun 2013 18:10:35 +0000 (14:10 -0400)
committerPaweł Sroka <srokap@gmail.com>
Mon, 4 Nov 2013 03:24:48 +0000 (04:24 +0100)
engine/classes/ElggCrypto.php

index 358b721ea77a546fb980d8fe45ddbba76dd1a00b..b6a8b20242ebd694f39015e083fc11f011770b75 100644 (file)
@@ -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');
                }