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 fa5940a commit c78b993Copy full SHA for c78b993
app/code/Magento/CatalogGraphQl/Model/Product/Option/DateType.php
@@ -38,7 +38,7 @@ public function validateUserValue($values)
38
* @return []
39
* @throws LocalizedException
40
*/
41
- protected function formatValues($values)
+ private function formatValues($values)
42
{
43
if (isset($values[$this->getOption()->getId()])) {
44
$value = $values[$this->getOption()->getId()];
0 commit comments