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(),