aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/sql_insert_buffer.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-04-28 01:01:09 +0200
committerNicofuma <github@nicofuma.fr>2015-05-19 22:19:18 +0200
commita462f14aa367e9b8f94c4d2da35458353bad8c0f (patch)
tree42f63b1695580b5bb50e664b5af70838e88944f1 /phpBB/phpbb/db/sql_insert_buffer.php
parent73a0988f59058bfce9b42cb416acf68fc2544f63 (diff)
downloadforums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar
forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.gz
forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.bz2
forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.xz
forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.zip
[ticket/13790] Update phpcs
PHPBB3-13790
Diffstat (limited to 'phpBB/phpbb/db/sql_insert_buffer.php')
-rw-r--r--phpBB/phpbb/db/sql_insert_buffer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/sql_insert_buffer.php b/phpBB/phpbb/db/sql_insert_buffer.php
index 14e3c54f09..18e4814a77 100644
--- a/phpBB/phpbb/db/sql_insert_buffer.php
+++ b/phpBB/phpbb/db/sql_insert_buffer.php
@@ -107,7 +107,7 @@ class sql_insert_buffer
* first building a huge rowset. Or at least sizeof($rows) should be kept
* small.
*
- * @param array $rows
+ * @param array $rows
*
* @return bool True when some data was flushed to the database.
* False otherwise.