Skip to content

Commit

Permalink
Fix travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 11, 2018
1 parent 5edaa9a commit 6baafab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions htdocs/stripe/class/actions_stripe.class.php
Expand Up @@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

// TODO File not used. To remove.

/**
* \file htdocs/stripe/class/actions_stripe.class.php
* \ingroup stripe
Expand Down Expand Up @@ -62,7 +64,7 @@ function __construct($db)
* @param Object $object Object
* @param string $action Action
*/
function formObjectOptions($parameters=false, &$object, &$action='')
function formObjectOptions($parameters, &$object, &$action)
{
global $db,$conf,$user,$langs,$form;

Expand Down Expand Up @@ -171,7 +173,7 @@ function formObjectOptions($parameters=false, &$object, &$action='')
* @param string $action action
* @return int 0
*/
function addMoreActionsButtons($parameters=false, &$object, &$action='')
function addMoreActionsButtons($parameters, &$object, &$action)
{
global $db,$conf,$user,$langs,$form;
if (is_object($object) && $object->element == 'facture'){
Expand Down

0 comments on commit 6baafab

Please sign in to comment.