Skip to content

Commit

Permalink
Be consistent with namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 6, 2021
1 parent e051e0b commit 1d3564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/util/data/unittest/TraversalOfTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function iteration($input) {
public function exceptions_from_rewind_are_wrapped_in_cannot_reset($class) {
$fixture= new TraversalOf(newinstance(\Iterator::class, [], [
'started' => false,
'#[\ReturnTypeWillChange] rewind' => function() use($class) {
'#[ReturnTypeWillChange] rewind' => function() use($class) {
if ($this->started) {
throw new $class('Cannot reset');
}
Expand Down

0 comments on commit 1d3564f

Please sign in to comment.