We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b84657c + 5fca394 commit cc801b8Copy full SHA for cc801b8
4-interface-segregation-principle.php
@@ -3,6 +3,7 @@
3
// Interface Segregation Principle Violation
4
interface Workable
5
{
6
+ public function canCode();
7
public function code();
8
public function test();
9
}
0 commit comments