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