mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +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
|
||||
{
|
||||
return !($a & 1)
|
||||
return !($a & 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user