Completed
Push — update/sitemaps-libxml ( 292726 )
by
unknown
11:41
created
modules/sitemaps/sitemap-buffer.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
 	 *
142 142
 	 * @param string $item The item to be added.
143 143
 	 *
144
-	 * @return bool True if the append succeeded, False if not.
144
+	 * @return boolean|null True if the append succeeded, False if not.
145 145
 	 */
146 146
 	public function try_to_add_item( $item ) {
147 147
 		_deprecated_function(
@@ -160,7 +160,6 @@  discard block
 block discarded – undo
160 160
 	 *
161 161
 	 * @since 5.1.0
162 162
 	 *
163
-	 * @param string $item The item to be added.
164 163
 	 *
165 164
 	 * @return bool True if the append succeeded, False if not.
166 165
 	 */
Please login to merge, or discard this patch.