Improve PHPDoc

This commit is contained in:
Molkobain
2023-06-27 23:35:57 +02:00
parent 3bd3081359
commit b755f65a8a
2 changed files with 9 additions and 1 deletions

View File

@@ -498,7 +498,14 @@ class DatabaseAnalyzer
}
}
private function NotEmptyToSql($sRef, $sSearchType)
/**
* @param $sRef
* @param string $sSearchType
*
* @return string
* @since 3.1.0 N°6442
*/
private function NotEmptyToSql($sRef, string $sSearchType)
{
switch ($sSearchType) {
case AttributeDefinition::SEARCH_WIDGET_TYPE_NUMERIC: