Recent content by jamesjohny1989

  1. J

    How to fix jsonSerialize and getIterator compatibility issues in magento 2.4 ?

    in the case of jsonSerialize, search for this function and update its return param as follows /** * @inheritdoc */ #[\ReturnTypeWillChange] public function jsonSerialize() in the case of getIterator, search for this function and update its return param as follows /** * @return \Traversable */...
  2. J

    How to fix jsonSerialize and getIterator compatibility issues in magento 2.4 ?

    in the case of jsonSerialize, search for this function and update its return param as follows /** * @inheritdoc */ #[\ReturnTypeWillChange] public function jsonSerialize() in the case of getIterator, search for this function and update its return param as follows...
Top