diff --git a/MDErrorReporter.php b/MDErrorReporter.php index 56cbd21..eed645d 100644 --- a/MDErrorReporter.php +++ b/MDErrorReporter.php @@ -156,7 +156,7 @@ final class MDErrorReporter { $msg .= $this->_formulateDebugMailSection("Context information", $contextInfo); } - if ($description != "") { + if ($description !== "") { $msg .= "## Description" . PHP_EOL; $msg .= "--------------" . PHP_EOL . PHP_EOL; $msg .= "$description" . PHP_EOL;