Skip to content

Commit

Permalink
Make data provider public
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Apr 27, 2023
1 parent 6e8b8a8 commit d3e47c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Encoder/Base64ItemEncoderTest.php
Expand Up @@ -38,7 +38,7 @@ public function testEncode(mixed $item)
}
}

private function encodeItems(): iterable
public function encodeItems(): iterable
{
yield [1];
yield ['test'];
Expand Down

0 comments on commit d3e47c1

Please sign in to comment.