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 7c951fc + 8e6b10c commit fb662e6Copy full SHA for fb662e6
app/code/Magento/ImportExport/Model/Import/Source/Json.php
@@ -78,6 +78,7 @@ public function rewind()
78
* @param int $position
79
* @return void
80
*/
81
+ #[\ReturnTypeWillChange]
82
public function seek($position)
83
{
84
if ($position < 0 || $position >= count($this->items)) {
0 commit comments