Completed
Push — update/lazy-images-no-js-css-f... ( 5fce01...246952 )
by
unknown
34:54 queued 25:05
created
modules/lazy-images/lazy-images.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
 	 * Given an array of classes for the body element, will ensure that jetpack-lazy-images-no-js is added.
260 260
 	 *
261 261
 	 * @param array $classes An array of classes to add to the body element.
262
-	 * @return array
262
+	 * @return string[]
263 263
 	 */
264 264
 	public function add_nojs_body_class( $classes = array() ) {
265 265
 		$classes[] = 'jetpack-lazy-images-no-js';
Please login to merge, or discard this patch.