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.
2 parents e29ed1e + 184fc9d commit 6d873dbCopy full SHA for 6d873db
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