/home/vagrant/Code/jetpack
components
shop
src
Contracts
ProductRepositoryContract.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
1
<?php
2
3
namespace
Mtc
\
Shop
\
Contracts
;
4
5
interface
ProductRepositoryContract
6
{
7
8
}