deploymentConfig = $deploymentConfig; } /** * Check the the environment config to determine if introspection should be disabled. * * @return bool */ public function isIntrospectionDisabled(): bool { return (bool)$this->deploymentConfig->get(self::CONFIG_PATH_DISABLE_INTROSPECTION); } }