From b84657cb736f86dda1453061d15df01f260e5140 Mon Sep 17 00:00:00 2001 From: Tran Duc Thang Date: Thu, 22 Sep 2016 17:05:02 +0700 Subject: [PATCH] Fix wrong interface name --- 4-interface-segregation-principle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-interface-segregation-principle.php b/4-interface-segregation-principle.php index a1f3c66..c988506 100644 --- a/4-interface-segregation-principle.php +++ b/4-interface-segregation-principle.php @@ -77,7 +77,7 @@ class Programmer implements Codeable, Testable } } -class Tester implements Workable +class Tester implements Testable { public function test() {