diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-26 10:45:29 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-26 14:56:07 +0100 |
commit | 90ce8763788acb5d81aa1011528c6576a0b0d153 (patch) | |
tree | d9478ea6e32d2b21ad5edfcb7ee338469a8bb35e /lib/public/db | |
parent | 3da78c8f1c9355a726f289e834fa237366c3df20 (diff) | |
download | nextcloud-server-90ce8763788acb5d81aa1011528c6576a0b0d153.tar.gz nextcloud-server-90ce8763788acb5d81aa1011528c6576a0b0d153.zip |
Adjust comments to the new constants
Diffstat (limited to 'lib/public/db')
-rw-r--r-- | lib/public/db/querybuilder/iexpressionbuilder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/db/querybuilder/iexpressionbuilder.php b/lib/public/db/querybuilder/iexpressionbuilder.php index 0549d3f0125..6163680c126 100644 --- a/lib/public/db/querybuilder/iexpressionbuilder.php +++ b/lib/public/db/querybuilder/iexpressionbuilder.php @@ -84,7 +84,7 @@ interface IExpressionBuilder { * * @param mixed $x The left expression. * @param mixed $y The right expression. - * @param int|null $type @since 9.0.0 one of the \PDO::PARAM_* constants + * @param int|null $type @since 9.0.0 one of the IQueryBuilder::PARAM_* constants * required when comparing text fields for oci compatibility. * * @return string |