for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LaTevaWeb\QueryUpdater\Filter;
class SimpleFilter extends AbstractField
{
public function getValue()
return $this->value;
}
public function setValue($value = null): void
$this->value = $value;