chore: small fixes and prep for new language

This commit is contained in:
James Cole
2023-05-30 20:15:07 +02:00
parent a9bb87b0c6
commit 4334e9bed7
18 changed files with 1303 additions and 1281 deletions

View File

@@ -179,10 +179,11 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @throws FireflyException
*/
public function hasModifiers(): bool
{
die(__METHOD__);
throw new FireflyException('Not implemented');
}
/**