Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-04-03 14:40:15 +02:00
parent 853a0ab7a3
commit 76bf412f95

View File

@ -67,7 +67,7 @@ class pdf_cyan extends ModelePDFPropales
public $type; public $type;
/** /**
* @var array() Minimum version of PHP required by module. * @var array Minimum version of PHP required by module.
* e.g.: PHP ≥ 5.4 = array(5, 4) * e.g.: PHP ≥ 5.4 = array(5, 4)
*/ */
public $phpmin = array(5, 4); public $phpmin = array(5, 4);