/** * Check if we are in development mode * * @return boolean * * @since 3.4.3 */ public function isInDevelopmentState() : bool { return strtolower(self::DEV_STATUS) !== 'stable'; }