Fix phpDocumentor annotations (#13905) [skip ci]

This commit is contained in:
Nikolay Oleynikov
2017-04-02 21:49:09 +03:00
committed by Alexander Makarov
parent 3e2086ed27
commit 950e895fe0
7 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ abstract class ErrorHandler extends Component
*/
public $memoryReserveSize = 262144;
/**
* @var \Exception the exception that is being handled currently.
* @var \Exception|null the exception that is being handled currently.
*/
public $exception;