for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Base daft nested objects.
*
* @author SignpostMarv
*/
declare(strict_types=1);
namespace SignpostMarv\DaftObject;
trait TraitDaftNestedObjectIntTree
{
public function GetNestedObjectTreeRootId() : int
return 0;
}