From 184fc9db84ff64b718ec263313a951eaa69ca76f Mon Sep 17 00:00:00 2001 From: iifawzi Date: Tue, 13 Dec 2022 00:39:32 +0200 Subject: [PATCH] Making getMergedOptions protected Signed-off-by: iifawzi --- src/Utils/Formatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index e8329b5ad..49d063ad4 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -92,7 +92,7 @@ public function __construct(array $options = []) * * @return array>> */ - private function getMergedOptions(array $options) + protected function getMergedOptions(array $options) { $options = array_merge( $this->getDefaultOptions(),