for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FigTree\Validation;
class Filter extends AbstractFilter
{
public function __construct(protected array $rules)
//
}
/**
* Get the set of Rules for this Filter.
*
* @return array
*/
public function getRules(): array
return $this->rules;