for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DCP\Mapper\Rules;
use DCP\Mapper\RuleInterface;
class IgnoreFieldRule implements RuleInterface
{
public function execute()
return false;
}