From 583ab98210d4fffc79c262365305ffd3d17ee708 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 21 Sep 2022 16:11:24 +0200 Subject: [PATCH] Fix typo --- core/email.class.inc.php | 2 +- test/ItopDataTestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()); } } }