From e88c6e9583c76bb54102a52c2da67cc9f5f19912 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 30 Oct 2019 16:02:43 +0100 Subject: [PATCH] :memo: typo in PHPDoc --- core/dbsearch.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbsearch.class.php b/core/dbsearch.class.php index c129497ba..22a28c24b 100644 --- a/core/dbsearch.class.php +++ b/core/dbsearch.class.php @@ -472,7 +472,7 @@ abstract class DBSearch * * @param DBSearch $oFilter The join is performed against $oFilter selected class * @param integer $iDirection can be either DBSearch::JOIN_POINTING_TO or DBSearch::JOIN_REFERENCED_BY - * @param string $sExtKeyAttCode The join is performed against $sExtKeyAttCode wetheir it is compared aginst the current DBSearch or $oFilter depend of $iDirection + * @param string $sExtKeyAttCode The join is performed against $sExtKeyAttCode whether it is compared against the current DBSearch or $oFilter depend of $iDirection * @param integer $iOperatorCode See DBSearch::AddCondition_PointingTo() * @param array|null $aRealiasingMap Map of aliases from the attached query, that could have been renamed by the optimization process *