diff options
author | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
commit | 01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (patch) | |
tree | 1178985bb423cf36285681aaf8f717bdb587f46f /phpBB/phpbb/db/sql_insert_buffer.php | |
parent | b5fed65fe326d32268f46b5915f3d7402f844bae (diff) | |
parent | a462f14aa367e9b8f94c4d2da35458353bad8c0f (diff) | |
download | forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.gz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.bz2 forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.xz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.zip |
Merge pull request #3560 from Nicofuma/ticket/13790
[ticket/13790] Update phpcs
Diffstat (limited to 'phpBB/phpbb/db/sql_insert_buffer.php')
-rw-r--r-- | phpBB/phpbb/db/sql_insert_buffer.php | 2 |
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. |