Skip to content

Commit 6d873db

Browse files
committed
Merge #400 - Fixing tests on php 8.3 - making getMergedOptions protected
Pull-request: #400 This is an acceptable workaround, related functions are protected Signed-off-by: William Desportes <[email protected]>
2 parents e29ed1e + 184fc9d commit 6d873db

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)