for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* @author Serkin Akexander <[email protected]>
*/
namespace Volan\Validator;
class RequiredNestedArrayValidator extends NestedArrayValidator
{
/**
* @return bool
public function isRequired()
return true;
}