mirror of
https://github.com/wataridori/solid-php-example.git
synced 2024-12-13 14:43:14 +00:00
Merge pull request #1 from abdouskamel/patch-1
Add canCode() to Workable
This commit is contained in:
commit
cc801b80f8
@ -3,6 +3,7 @@
|
|||||||
// Interface Segregation Principle Violation
|
// Interface Segregation Principle Violation
|
||||||
interface Workable
|
interface Workable
|
||||||
{
|
{
|
||||||
|
public function canCode();
|
||||||
public function code();
|
public function code();
|
||||||
public function test();
|
public function test();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user