min = $min; } public function execute(array $data) { if ($this->isFieldNotEmpty($data)) { return $data[$this->field] > $this->min; } return true; } }