--TEST-- Doc comments can be retrieved from trait constants --FILE-- getReflectionConstant('Constant')->getDocComment()); $reflection = new \ReflectionClass(TestClass::class); var_dump($reflection->getReflectionConstant('Constant')->getDocComment()); ?> --EXPECTF-- string(18) "/** DocComments */" string(18) "/** DocComments */"