Merge pull request #457 from enumag/patch-4

Fix annotations
This commit is contained in:
Vladimir Razuvaev 2019-03-19 12:19:51 +07:00 committed by GitHub
commit b3bb316224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ class FormattedError
* *
* @param mixed[] $formattedError * @param mixed[] $formattedError
* @param Throwable $e * @param Throwable $e
* @param bool $debug * @param bool|int $debug
* *
* @return mixed[] * @return mixed[]
* *
@ -297,7 +297,7 @@ class FormattedError
* Prepares final error formatter taking in account $debug flags. * Prepares final error formatter taking in account $debug flags.
* If initial formatter is not set, FormattedError::createFromException is used * If initial formatter is not set, FormattedError::createFromException is used
* *
* @param bool $debug * @param bool|int $debug
* *
* @return callable|callable * @return callable|callable
*/ */