| |
Code Coverage |
| |
Lines |
Functions and Methods |
Classes and Traits |
| Total |
|
n/a |
0 / 0 |
|
n/a |
0 / 0 |
CRAP |
|
n/a |
0 / 0 |
| 1 | <?php |
| 2 | namespace Automattic\Jetpack_Inspect\Monitor; |
| 3 | |
| 4 | interface Observable { |
| 5 | public function attach_hooks(); |
| 6 | public function detach_hooks(); |
| 7 | public function get(); |
| 8 | } |