diff --git a/core/email.class.inc.php b/core/email.class.inc.php index 3bbe3db1f..4297867dd 100644 --- a/core/email.class.inc.php +++ b/core/email.class.inc.php @@ -78,7 +78,7 @@ class EMail implements iEMail * @return void * @throws \ConfigException * @throws \CoreException - * @since 2.7.>8 3.0.3 3.1.0 N°4947 Method creation, to factorize same code in children classes + * @since 2.7.8 3.0.3 3.1.0 N°4947 Method creation, to factorize same code in children classes */ protected function InitRecipientFrom() { diff --git a/test/ItopDataTestCase.php b/test/ItopDataTestCase.php index 890ce611e..b563e649a 100644 --- a/test/ItopDataTestCase.php +++ b/test/ItopDataTestCase.php @@ -120,7 +120,7 @@ class ItopDataTestCase extends ItopTestCase $oObject->DBDelete(); } catch (Exception $e) { - $this->debug("Error when removing created objects : $sClass::$iKey. Exception message: ".$e->getMessage()); + $this->debug("Error when removing created objects: $sClass::$iKey. Exception message: ".$e->getMessage()); } } }