2
0
forked from Wavyzz/dolibarr

fix phpdoc

This commit is contained in:
Frédéric FRANCE
2023-12-07 20:33:06 +01:00
committed by GitHub
parent aebfcee392
commit 5fbd5c28b6

View File

@@ -43,8 +43,9 @@ class PrestaShopWebservice
/** @var string PS version */
protected $version;
/** @var array compatible versions of PrestaShop Webservice */
/** @var string compatible min version of PrestaShop Webservice */
const PSCOMPATIBLEVERSIONMIN = '1.4.0.0';
/** @var string compatible max version of PrestaShop Webservice */
const PSCOMPATIBLEVERSIONMAX = '1.7.99.99';