for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Storeman\Validation\Constraints;
class IndexMergerExists extends ServiceExists
{
/**
* {@inheritdoc}
*/
public function getPrefix(): string
return 'indexMerger.';
}
public function getMessage(): string
return "{{ value }} is not a valid index merger.";