Skip to content

Commit

Permalink
Add canCode() in Workable
Browse files Browse the repository at this point in the history
  • Loading branch information
abdouskamel committed Jan 19, 2018
1 parent b84657c commit 5fca394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4-interface-segregation-principle.php
Expand Up @@ -3,6 +3,7 @@
// Interface Segregation Principle Violation
interface Workable
{
public function canCode();
public function code();
public function test();
}
Expand Down

0 comments on commit 5fca394

Please sign in to comment.