stan fixes, code style fixes - all clean
This commit is contained in:
@@ -48,7 +48,7 @@ class ProductVariantsController extends AppController {
|
||||
if ($this->request->is('post')) {
|
||||
$saveOptions = [];
|
||||
$postData = $this->request->getData();
|
||||
/**
|
||||
/**
|
||||
* @var \CakeProducts\Model\Entity\ProductCategoryVariant $productCategoryVariant
|
||||
*/
|
||||
$productCategoryVariant = $this->fetchTable('ProductCategoryVariants')->get($this->request->getData('product_category_variant_id', '-1'));
|
||||
|
||||
Reference in New Issue
Block a user