Apply fixes from StyleCI (#940)

* Added missing template var in group.php

* Update group.php

* Apply fixes from StyleCI

---------

Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Yury Pikhtarev 2023-10-03 17:33:36 +04:00 committed by GitHub
commit 0969f467c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,8 @@ class IPHelper extends Ip
* @return string * @return string
*/ */
public static function long2ip_extended($ip) { public static function long2ip_extended($ip)
{
return self::long2ip($ip, $ip > 4294967295); return self::long2ip($ip, $ip > 4294967295);
} }
} }