for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace KGzocha\Searcher\Criteria;
/**
* @author Krzysztof Gzocha <[email protected]>
*/
class AlwaysAppliedCriteria implements CriteriaInterface
{
* @inheritDoc
public function shouldBeApplied()
return true;
}