stan fixes, code style fixes - all clean
CI / testsuite (mysql, 8.4, ) (push) Successful in 2m51s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 5m27s
CI / Coding Standard & Static Analysis (push) Failing after 2m34s
CI / testsuite (mysql, 8.2, ) (push) Successful in 6m45s

This commit is contained in:
bs
2026-08-26 01:08:03 -07:00
parent 470a3e76af
commit 7abbb8a5aa
10 changed files with 45 additions and 34 deletions
+1 -1
View File
@@ -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'));