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

ProductCategoryController::show()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 2
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
nc 1
nop 1
dl 0
loc 2
rs 10
c 0
b 0
f 0
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
}