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
{
* @return int[]
public function GetNestedObjectTreeRootId() : array
return [0];
}