Loading CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.2.3 (05/04/2024) ------------------ - Préservation des indexs e tableau avec L'Axios Extractor 6.2.2 (04/04/2024) ------------------ Loading src/Axios/AxiosExtractor.php +2 −2 Original line number Diff line number Diff line Loading @@ -125,8 +125,8 @@ class AxiosExtractor protected function extractList($list, array $properties = [], string $path = ''): array { $result = []; foreach ($list as $sobj) { $result[] = $this->extractData($sobj, $properties, $path); foreach ($list as $index => $sobj) { $result[$index] = $this->extractData($sobj, $properties, $path); } return $result; Loading Loading
CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.2.3 (05/04/2024) ------------------ - Préservation des indexs e tableau avec L'Axios Extractor 6.2.2 (04/04/2024) ------------------ Loading
src/Axios/AxiosExtractor.php +2 −2 Original line number Diff line number Diff line Loading @@ -125,8 +125,8 @@ class AxiosExtractor protected function extractList($list, array $properties = [], string $path = ''): array { $result = []; foreach ($list as $sobj) { $result[] = $this->extractData($sobj, $properties, $path); foreach ($list as $index => $sobj) { $result[$index] = $this->extractData($sobj, $properties, $path); } return $result; Loading