I get the same error twice:
Useless documentation comment.
(SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment)
Useless documentation comment for constant MODEL_NAME.
(SlevomatCodingStandard.TypeHints.ClassConstantTypeHint.UselessDocComment)
UselessConstantTypeHint seems to be a subset of ClassConstantTypeHint. Should it be deprecated?