diff --git a/src/CheckWriter/CheckWriter.php b/src/CheckWriter/CheckWriter.php index 97ea4e7..3731a30 100644 --- a/src/CheckWriter/CheckWriter.php +++ b/src/CheckWriter/CheckWriter.php @@ -10,6 +10,7 @@ public function __construct($amount) public function getDescription() { + // TODO: Implement description return 'Two thousand five hundred twenty-three and 04/100 dollars'; } } diff --git a/test/PokerHandTest.php b/test/PokerHandTest.php index 8c691e4..14b9434 100644 --- a/test/PokerHandTest.php +++ b/test/PokerHandTest.php @@ -1,4 +1,5 @@