Add some PHPDoc, fix some syntax (thanks to SonarLint !)

SVN:trunk[5188]
This commit is contained in:
Pierre Goiffon
2018-01-02 14:20:02 +00:00
parent b2494ebaf7
commit 067b3364ee
4 changed files with 58 additions and 18 deletions

View File

@@ -283,10 +283,10 @@ abstract class OqlQuery
/**
* Check the validity of the expression with regard to the data model
* and the query in which it is used
*
* @param ModelReflection $oModelReflection MetaModel to consider
* @throws OqlNormalizeException
*/
*
* @param ModelReflection $oModelReflection MetaModel to consider
* @param string $sSourceQuery
*/
abstract public function Check(ModelReflection $oModelReflection, $sSourceQuery);
/**