From 1864facda8dad5f8cd79331b258471a61df27e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Mon, 18 Mar 2019 12:31:33 +0100 Subject: [PATCH] Fix annotations --- src/Error/FormattedError.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Error/FormattedError.php b/src/Error/FormattedError.php index b200774..799ee74 100644 --- a/src/Error/FormattedError.php +++ b/src/Error/FormattedError.php @@ -231,7 +231,7 @@ class FormattedError * * @param mixed[] $formattedError * @param Throwable $e - * @param bool $debug + * @param bool|int $debug * * @return mixed[] * @@ -297,7 +297,7 @@ class FormattedError * Prepares final error formatter taking in account $debug flags. * If initial formatter is not set, FormattedError::createFromException is used * - * @param bool $debug + * @param bool|int $debug * * @return callable|callable */