mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Remove type cast
This commit is contained in:
parent
3fbb441d13
commit
dad943059f
|
|
@ -103,7 +103,7 @@ class Header implements \Serializable
|
|||
*/
|
||||
public function getType() : int
|
||||
{
|
||||
return (int) $this->type;
|
||||
return $this->type;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user