When updating Timber to 2.4, `post->children()` can now be null. when overriding the method, cast null as an empty array.
When updating Timber to 2.4,
post->children()can now be null. when overriding the method, cast null as an empty array.