for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Knot\Dict;
use Knot\Dict;
/**
* Class ParentDict
* @package Knot\Dict
*/
class ParentDict extends Dict {
* @return $this
public function kill()
{
$this->data = [ ];
return $this;
}