Passed
Push — master ( e4ef94...44554e )
by Warwick
02:48 queued 11s
created
includes/classes/class-lsx-lazy-load-images.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -159,6 +159,9 @@
 block discarded – undo
159 159
 			return self::$noscripts[ (int) $match[1] ];
160 160
 		}
161 161
 
162
+		/**
163
+		 * @param string $new_class
164
+		 */
162 165
 		static function add_class( $html_string = '', $new_class ) {
163 166
 			$pattern = '/^class=[\'"]([^\'"]*)[\'"]$/';
164 167
 
Please login to merge, or discard this patch.