@@ -268,6 +268,9 @@ |
||
| 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' ); |