Properly declare some more properties
PHP 8.3 produces errors when setting certain properties in classes because they haven't been explicitly declared. This fixes that.
PHP 8.3 produces errors when setting certain properties in classes because they haven't been explicitly declared. This fixes that.