mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 05:18:40 +00:00
Fix line ending bug
This commit is contained in:
parent
77a1dae3e4
commit
97afd6a691
|
|
@ -254,7 +254,7 @@ class Functions
|
||||||
*/
|
*/
|
||||||
public static function isEven($a) : bool
|
public static function isEven($a) : bool
|
||||||
{
|
{
|
||||||
return !($a & 1)
|
return !($a & 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user