for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Juddling\RouteChecker;
class FindDieDumpCalls extends FindInvalid
{
protected function getFunctionName()
return 'dd';
}
protected function check(string $argument): bool
return false;