aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/driver_interface.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-14 22:16:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 16:39:31 +0200
commitb6f3bf9b0ce0b186654bfd44c0fd639599d89400 (patch)
tree92a2ea630f00e67fa4a7853b5157f868c8b1e291 /phpBB/phpbb/cache/driver/driver_interface.php
parent569ebd1592d4cc6938dd7a6672265405467064db (diff)
downloadforums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar
forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.gz
forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.bz2
forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.xz
forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.zip
[ticket/12715] Cleanup comments in \phpbb\cache\driver\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/cache/driver/driver_interface.php')
-rw-r--r--phpBB/phpbb/cache/driver/driver_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/cache/driver/driver_interface.php b/phpBB/phpbb/cache/driver/driver_interface.php
index 7d08362ed8..9ac9ca0c59 100644
--- a/phpBB/phpbb/cache/driver/driver_interface.php
+++ b/phpBB/phpbb/cache/driver/driver_interface.php
@@ -142,7 +142,7 @@ interface driver_interface
* Fetch a field from the current row of a cached database result (database)
*
* @param int $query_id
- * @param $field The name of the column.
+ * @param string $field The name of the column.
* @return string|bool The field of the query result if found in the cache,
* otherwise false.
*/