diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index e291bf84f67..23a0152c19c 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -544,7 +544,7 @@ print '
'.$langs->trans("Note").' | ';
print ' | ';
print "\n";
-$colspan = 6+(empty($conf->global->PROJECT_TIMESHEET_DISABLEBREAK_ON_PROJECT)?0:2);;
+$colspan = 6+(empty($conf->global->PROJECT_TIMESHEET_DISABLEBREAK_ON_PROJECT)?0:2);
if ($conf->use_javascript_ajax)
{
diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
index 5811e89aacc..6495811ab9d 100644
--- a/htdocs/public/payment/newpayment.php
+++ b/htdocs/public/payment/newpayment.php
@@ -642,7 +642,7 @@ if ($source && in_array($ref, array('member_ref', 'contractline_ref', 'invoice_r
dol_print_error_email('BADREFINPAYMENTFORM', $langs->trans("ErrorBadLinkSourceSetButBadValueForRef", $source, $ref));
// End of page
llxFooter();
- $db->close();;
+ $db->close();
exit;
}
diff --git a/htdocs/societe/checkvat/checkVatPopup.php b/htdocs/societe/checkvat/checkVatPopup.php
index 1222689358f..0c125ae3b4c 100644
--- a/htdocs/societe/checkvat/checkVatPopup.php
+++ b/htdocs/societe/checkvat/checkVatPopup.php
@@ -57,7 +57,7 @@ else
$vatNumber = preg_replace('/\^\w/', '', $vatNumber);
$countryCode=substr($vatNumber,0,2);
$vatNumber=substr($vatNumber,2);
-
+
print ''.$langs->trans("Country").': '.$countryCode.'
';
print ''.$langs->trans("VATIntraShort").': '.$vatNumber.'
';
print '
';
@@ -176,4 +176,4 @@ if ($messagetoshow)
// End of page
llxFooter();
-$db->close();;
+$db->close();
diff --git a/htdocs/stripe/class/actions_stripe.class.php b/htdocs/stripe/class/actions_stripe.class.php
index 3ecb02a6300..69dc4e33307 100644
--- a/htdocs/stripe/class/actions_stripe.class.php
+++ b/htdocs/stripe/class/actions_stripe.class.php
@@ -25,7 +25,7 @@
* \ingroup stripe
* \brief File Class actionsstripeconnect
*/
-require_once DOL_DOCUMENT_ROOT.'/stripe/class/stripe.class.php';;
+require_once DOL_DOCUMENT_ROOT.'/stripe/class/stripe.class.php';
$langs->load("stripe@stripe");
@@ -44,8 +44,8 @@ class ActionsStripeconnect
private $config=array();
// For Hookmanager return
- var $resprints;
- var $results=array();
+ public $resprints;
+ public $results=array();
/**