for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Autocomplete\Container\Trie\Method;
class hasPrefix extends Template
{
public function ifStringEnd()
return true;
}
public function childIsInvalid(&$prevChild)
return
[
'return' => true,
'returnValue' => false
];