Add missing variable comments

This commit is contained in:
Joshua Ramon Enslin 2020-07-26 05:03:22 +02:00 committed by Stefan Rohde-Enslin
parent 9f45e60658
commit 1f85db155f

View File

@ -13,7 +13,9 @@ class MDErrorReporter {
const MD_ERROR_CRITICAL = 10;
const MD_ERROR_KNOWN = 0;
/** @var string */
private $_context;
/** @var string */
private $_contact_mail_addr;
/**