We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29ed1e commit 184fc9dCopy full SHA for 184fc9d
1 file changed
src/Utils/Formatter.php
@@ -92,7 +92,7 @@ public function __construct(array $options = [])
92
*
93
* @return array<string, bool|string|array<int, array<string, int|string>>>
94
*/
95
- private function getMergedOptions(array $options)
+ protected function getMergedOptions(array $options)
96
{
97
$options = array_merge(
98
$this->getDefaultOptions(),
0 commit comments