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 9a2c223 commit 5cdea8eCopy full SHA for 5cdea8e
app/code/Magento/Customer/Block/Widget/Dob.php
@@ -471,10 +471,10 @@ private function setTwoMonthPlaces(string $format): string
471
*
472
* Converts localized date format (with potentially localized numerals like Arabic) to standard numerals
473
474
- * @param bool|string|null $value
475
- * @return bool|string
+ * @param mixed $value
+ * @return mixed
476
*/
477
- private function normalizedDobOutput(bool|string|null $value): bool|string
+ private function normalizedDobOutput(mixed $value): mixed
478
{
479
if (empty($value)) {
480
return $value;
0 commit comments