Completed
Push — master ( 1b8948...05c133 )
by mw
20:16
created
src/ReferenceListOutputRenderer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -268,6 +268,9 @@
 block discarded – undo
268 268
 		return $this->makeList( $listOfFormattedReferences, $targetList, $length );
269 269
 	}
270 270
 
271
+	/**
272
+	 * @param integer $length
273
+	 */
271 274
 	private function makeList( $listOfFormattedReferences, $targetList, $length ) {
272 275
 
273 276
 		$monoClass = ( $length > $this->responsiveMonoColumnCharacterBoundLength ? '' : '-mono' );
Please login to merge, or discard this patch.