dolibarr/htdocs/variants
thibdrev b14d20bc4c
qual fix PHAN warning when using $product->fetch($id) with $id not being an integer (#30019)
* qual fix phan warning on $object->fetch('')

TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($id) is '' of type '' but \Product::fetch() takes int (no real type) defined at htdocs/product/class/product.class.php:2540 (the inferred real argument type has nothing in common with the parameter's phpdoc type)

htdocs/variants/class/ProductCombination.class.php	773

* Update api_categories.class.php

* Update api_categories.class.php

* Update api_products.class.php

* Update api_products.class.php

* Update combinations.php
2024-06-15 15:53:36 +02:00
..
admin Enhance modulebuilder 2024-02-12 07:10:49 +01:00
ajax Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
class qual fix PHAN warning when using $product->fetch($id) with $id not being an integer (#30019) 2024-06-15 15:53:36 +02:00
lib fix license 2022-09-07 20:21:01 +02:00
tpl fix phpstan Property Product::$oldcopy in empty() is not falsy (#30003) 2024-06-13 08:11:11 +02:00
card.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
combinations.php qual fix PHAN warning when using $product->fetch($id) with $id not being an integer (#30019) 2024-06-15 15:53:36 +02:00
list.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-23 14:50:17 +02:00