Minor comment to explain the shutdown handler

This commit is contained in:
Denis Sokolov
2013-12-04 15:19:30 +01:00
parent 63b136a2c4
commit 91e3fd4b08
+2
View File
@@ -348,6 +348,8 @@ class Run
$error = error_get_last();
if ($error && $this->isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->handleError(
$error['type'],
$error['message'],