Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed May 8, 2024
1 parent 73e3daa commit ba008b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Alchemy/BinaryDriver/AbstractBinaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private function getMockListener()

class Implementation extends AbstractBinary
{
public function getName()
public function getName(): string
{
return 'Implementation';
}
Expand Down

0 comments on commit ba008b1

Please sign in to comment.