for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Patsura Dmitry https://github.com/ovr <[email protected]>
*/
namespace PHPSA\ControlFlow\Node;
class ExitNode extends AbstractNode
{
* {@inheritdoc}
public function willExit()
return true;
}