Fix some space-related phpcs warnings in includes/
[lhc/web/wiklou.git] / includes / utils / BatchRowWriter.php
index 9daeab1..04c00a3 100644 (file)
@@ -49,7 +49,7 @@ class BatchRowWriter {
 
        /**
         * @param array $updates Array of arrays each containing two keys, 'primaryKey'
-     *  and 'changes'. primaryKey must contain a map of column names to values
+        *  and 'changes'. primaryKey must contain a map of column names to values
         *  sufficient to uniquely identify the row changes must contain a map of column
         *  names to update values to apply to the row.
         */