Skip to content

Commit

Permalink
Merge pull request #7 from ergebnis/fix/rename
Browse files Browse the repository at this point in the history
Fix: Rename variables
  • Loading branch information
localheinz authored Jan 28, 2022
2 parents f1ae302 + 086c7ef commit 613f20a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Unit/ReferenceTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ public function provideValueAndJsonStringValue(): \Generator
],
];

foreach ($values as $key => [$unescaped, $escaped]) {
foreach ($values as $key => [$value, $jsonStringValue]) {
yield $key => [
$unescaped,
$escaped,
$value,
$jsonStringValue,
];
}
}
Expand Down

0 comments on commit 613f20a

Please sign in to comment.