mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
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:
parent
c77de7b15a
commit
0969f467c7
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ class IPHelper extends Ip
|
|||
* @return string
|
||||
*/
|
||||
|
||||
public static function long2ip_extended($ip) {
|
||||
public static function long2ip_extended($ip)
|
||||
{
|
||||
return self::long2ip($ip, $ip > 4294967295);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue