Skip to content

Commit

Permalink
Fix wrong interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
wataridori committed Sep 22, 2016
1 parent c509e66 commit b84657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-interface-segregation-principle.php
Expand Up @@ -77,7 +77,7 @@ public function test()
}
}

class Tester implements Workable
class Tester implements Testable
{
public function test()
{
Expand Down

0 comments on commit b84657c

Please sign in to comment.