Return the non-null $data instead of the nullable $this->data

parent 334e298b
......@@ -260,7 +260,7 @@ class ResultCacheStatement implements IteratorAggregate, ResultStatement, Result
$this->store($data);
return $this->data;
return $data;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment