Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
Description: 

Constants for comment form display settings are deprecated. Use \Drupal\comment\FormLocation enum instead.

Before:

CommentItemInterface::FORM_SEPARATE_PAGE
CommentItemInterface::FORM_BELOW

After:

\Drupal\comment\FormLocation::SeparatePage
\Drupal\comment\FormLocation::Below
Impacts: 
Module developers