diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-29 09:44:40 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-29 09:44:40 +0100 |
commit | 2a0cda74d41ece6bee48024dd485bf08087054ad (patch) | |
tree | 8c3e8b30d3db45d3c17de189188f15aa7062cf81 /tests/lib/appframework | |
parent | 6526c122afa2c141f4cd5ffd7e292f7a5556cf61 (diff) | |
download | nextcloud-server-2a0cda74d41ece6bee48024dd485bf08087054ad.tar.gz nextcloud-server-2a0cda74d41ece6bee48024dd485bf08087054ad.zip |
Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*
Diffstat (limited to 'tests/lib/appframework')
-rw-r--r-- | tests/lib/appframework/db/mappertestutility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/db/mappertestutility.php b/tests/lib/appframework/db/mappertestutility.php index 818e4a59b21..69f0ad4eb67 100644 --- a/tests/lib/appframework/db/mappertestutility.php +++ b/tests/lib/appframework/db/mappertestutility.php @@ -68,7 +68,7 @@ abstract class MapperTestUtility extends \Test\TestCase { /** * Returns the correct PDO constant based on the value type * @param $value - * @return PDO constant + * @return int PDO constant */ private function getPDOType($value) { switch (gettype($value)) { |