Skip to content

Commit b52942f

Browse files
committed
Level 3
1 parent f26c8f4 commit b52942f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/VCR/Storage/AbstractStorageTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ public function storeRecording(array $recording): void
4545
$this->recording = $recording;
4646
}
4747

48-
public function next()
48+
public function next(): void
4949
{
5050
[$this->position, $this->current] = each($this->recording);
51-
52-
return $this->current;
5351
}
5452

5553
public function valid()

0 commit comments

Comments
 (0)