diff --git a/src/Harvester.php b/src/Harvester.php index 1a96dfb..eccefd6 100644 --- a/src/Harvester.php +++ b/src/Harvester.php @@ -20,7 +20,7 @@ public function __construct(Factory $factory) public function revert() { - $ids = array_keys($this->factory->hashStorage->retrieveAll()); + $ids = $this->factory->hashStorage->retrieveAll(); $load = $this->factory->get("load"); $counter = 0; foreach ($ids as $id) { diff --git a/src/ResultInterpreter.php b/src/ResultInterpreter.php index 6738a80..2fc733c 100644 --- a/src/ResultInterpreter.php +++ b/src/ResultInterpreter.php @@ -1,6 +1,5 @@