🎨 Add automatic class return type to MetaModel::GetObject() and MetaModel::NewObject()

This commit is contained in:
Eric Espie
2025-12-18 17:24:20 +01:00
parent 49e58692e3
commit f010476923
19 changed files with 459 additions and 218 deletions

View File

@@ -7,6 +7,8 @@
namespace Combodo\iTop\PropertyTree;
class PropertyTreeException extends \Exception
use Exception;
class PropertyTreeException extends Exception
{
}