mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
✅ Make unit tests working
This commit is contained in:
@@ -128,7 +128,7 @@ class PropertyAccessorBuilder
|
||||
*/
|
||||
public function isMagicCallEnabled(): bool
|
||||
{
|
||||
return (bool) ($this->magicMethods & PropertyAccessor::MAGIC_CALL);
|
||||
return $this->magicMethods & PropertyAccessor::MAGIC_CALL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user