ToLog[] = [ 'id' => $post->ID, 'post_date' => $post->post_date, // phpcs:ignore Squiz.NamingConventions.ValidVariableName.MemberNotCamelCaps ]; } $this->loggerFactory->getLogger(LoggerFactory::TOPIC_POST_NOTIFICATIONS)->info( 'automated latest content loaded posts', ['posts' => $postsToLog] ); } }