@@ -141,7 +141,7 @@ discard block |
||
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 |
||
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 | */ |