Passed
Push — master ( 1beb6d...3f6e3b )
by Matthijs
18:37 queued 12:48
created

ProductController   A

Complexity

Total Complexity 2

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 2
1
<?php
2
3
namespace App\Http\Controllers\Api;
4
5
use App\Http\Controllers\Controller;
6
use Hideyo\Ecommerce\Framework\Services\Product\ProductFacade as ProductService
7
8
9
class ProductController extends Controller
0 ignored issues
show
Bug introduced by
A parse error occurred: Syntax error, unexpected T_CLASS, expecting ',' or ';' on line 9 at column 0
Loading history...
10
{
11
}