Index: src/wp-includes/wp-db.php
===================================================================
--- src/wp-includes/wp-db.php	(revision 27143)
+++ src/wp-includes/wp-db.php	(working copy)
@@ -703,7 +703,7 @@
 		 *
 		 * @see wpdb::$incompatible_modes
 		 *
-		 * @param array $incompatible_modes An array of incompatible modes
+		 * @param array $incompatible_modes An array of incompatible modes.
 		 */
 		$incompatible_modes = (array) apply_filters( 'incompatible_sql_modes', $this->incompatible_modes );
 
@@ -1338,9 +1338,11 @@
 		/**
 		 * Filter the database query.
 		 *
-		 * Some queries are made before the plugins have been loaded, and thus cannot be filtered with this method.
+		 * Some queries are made before the plugins have been loaded,
+		 * and thus cannot be filtered with this method.
 		 *
 		 * @since 2.1.0
+		 *
 		 * @param string $query Database query.
 		 */
 		$query = apply_filters( 'query', $query );
