Add protected method exporter() for access to $exporter (and use lazy initialization to create the object)
Change public function evaluate($other, $description = '', $returnResult = false) to public function evaluate($other, string $description = '', bool $returnResult = false)
The text was updated successfully, but these errors were encountered:
__construct()
$exporter
privateprotected
methodexporter()
for access to$exporter
(and use lazy initialization to create the object)public function evaluate($other, $description = '', $returnResult = false)
topublic function evaluate($other, string $description = '', bool $returnResult = false)
The text was updated successfully, but these errors were encountered: