diff --git a/core/email.class.inc.php b/core/email.class.inc.php index b22d85860..405842c75 100644 --- a/core/email.class.inc.php +++ b/core/email.class.inc.php @@ -80,7 +80,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 3d3dedb75..970494464 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()); } } }