for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ftrrtf\RollbarBundle\Provider;
/**
* Skip checking.
*/
class NullCheckIgnoreFunctionProvider implements CheckIgnoreFunctionProviderInterface
{
public function getCheckIgnoreFunctionCode()
return 'function () { return false; }';
}