From 7d88ff10fcfc299b201cff9c2fb50d643782e132 Mon Sep 17 00:00:00 2001 From: Dann Stockton Date: Thu, 1 Nov 2018 19:54:12 -0600 Subject: [PATCH] Add TODO and extra newline --- src/CheckWriter/CheckWriter.php | 1 + test/PokerHandTest.php | 1 + 2 files changed, 2 insertions(+) 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 @@