Skip to content

Commit fb662e6

Browse files
Merge remote-tracking branch 'origin/ACPT-943' into ACPT-943
2 parents 7c951fc + 8e6b10c commit fb662e6

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/ImportExport/Model/Import/Source

1 file changed

+1
-0
lines changed

app/code/Magento/ImportExport/Model/Import/Source/Json.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function rewind()
7878
* @param int $position
7979
* @return void
8080
*/
81+
#[\ReturnTypeWillChange]
8182
public function seek($position)
8283
{
8384
if ($position < 0 || $position >= count($this->items)) {

0 commit comments

Comments
 (0)