Open
Description
In #2674, we fixed a problem with importing properties in Timber\Post::get_info()
by using arrays instead of WP_Post
objects. While this fixes PHPStan issues, it’s not really preventing us from setting undefined properties on Timber objects.
For the future, we should think about a solution for this.