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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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';