. */ declare(strict_types=1); namespace FireflyIII\Validation\Account; /** * I have no idea what made me do this. I'll reverse it some day. * * Trait AccountValidatorProperties */ trait AccountValidatorProperties { }