Audit : some more PHPDoc

SVN:trunk[5723]
This commit is contained in:
Pierre Goiffon
2018-04-23 14:46:37 +00:00
parent 9d6b5d347c
commit eaf94bc10a
2 changed files with 20 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ abstract class DBSearch
/**
* @param string $sQuery
* @param array $aParams
* @return DBSearch
* @return self
* @throws OQLException
*/
static public function FromOQL($sQuery, $aParams = null)