Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Updated result class
Browse files Browse the repository at this point in the history
  • Loading branch information
endyjasmi committed Nov 24, 2014
1 parent 27926b3 commit b9cdcf4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Neo4j/Response/Result.php
Expand Up @@ -55,13 +55,6 @@ public function __construct(
$this->statement = $statement;

foreach ($result['data'] as $data) {
$data['row'] = array_map(
function ($data) {
return is_array($data) ? $this->factory->createCollection($data) : $data;
},
$data['row']
);

$row = array_combine($result['columns'], $data['row']);

$this->push($row);
Expand Down

0 comments on commit b9cdcf4

Please sign in to comment.