Fix travis

This commit is contained in:
Laurent Destailleur 2017-09-14 08:26:13 +02:00
parent 322af9e2df
commit 51e5959765

View File

@ -41,7 +41,7 @@ class Dolistore
/** /**
* Constructor * Constructor
* *
* @param array $options * @param array $options Options
*/ */
function __construct($options = array('start' => 0, 'end' => 10, 'per_page' => 50, 'categorie' => 0)) function __construct($options = array('start' => 0, 'end' => 10, 'per_page' => 50, 'categorie' => 0))
{ {