Skip to content

Commit 184fc9d

Browse files
committed
Making getMergedOptions protected
Signed-off-by: iifawzi <iifawzie@gmail.com>
1 parent e29ed1e commit 184fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __construct(array $options = [])
9292
*
9393
* @return array<string, bool|string|array<int, array<string, int|string>>>
9494
*/
95-
private function getMergedOptions(array $options)
95+
protected function getMergedOptions(array $options)
9696
{
9797
$options = array_merge(
9898
$this->getDefaultOptions(),

0 commit comments

Comments
 (0)