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

ProductCategoryController   A

Complexity

Total Complexity 3

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

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