for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dallgoot\Yaml;
use Dallgoot\Yaml as Y;
/**
*
*/
class NodeList extends \SplDoublyLinkedList
{
public function __construct()
//do nothing
}
public function __debugInfo():array
return ['type' => Y::getName($this->type) , "dllist" => $this->dllist];
type
Dallgoot\Yaml\NodeList
dllist