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 f136918 commit aba2ce6Copy full SHA for aba2ce6
app/code/Magento/Sales/Plugin/Model/ResourceModel/Order/OrderGridCollectionFilter.php
@@ -68,10 +68,10 @@ public function aroundAddFieldToFilter(
68
/**
69
* Validate date string
70
*
71
- * @param DateTimeInterface|string $datetime
+ * @param mixed $datetime
72
* @return mixed
73
*/
74
- private function isValidDate($datetime): mixed
+ private function isValidDate(mixed $datetime): mixed
75
{
76
try {
77
return $datetime instanceof DateTimeInterface
0 commit comments