for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dallgoot\Yaml;
/**
*
* @author Stéphane Rebai <[email protected]>
* @license Apache 2.0
* @link TODO : url to specific online doc
*/
class NodeRefDef extends NodeActions
{
// public function __construct(string $nodeString, int $line)
// {
// parent::__construct($nodeString, $line);
// }
public function isAwaitingChildren()
return is_null($this->value);
}