r82638 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82637‎ | r82638 | r82639 >
Date:22:36, 22 February 2011
Author:reedy
Status:deferred
Tags:
Comment:
documentation!
Modified paths:
  • /trunk/extensions/QrCode/QrCode.php (modified) (history)

Diff [purge]

Index: trunk/extensions/QrCode/QrCode.php
@@ -93,6 +93,8 @@
9494
9595 /**
9696 * Set qrcode properties
 97+ *
 98+ * @param $parser Parser
9799 */
98100 public function __construct( $parser, $ecc = false, $size = false, $margin = false ) {
99101 global $wgQrCodeECC, $wgQrCodeSize, $wgQrCodeBoundary, $wgQrCodeBot;
@@ -131,6 +133,9 @@
132134
133135 /**
134136 * This only creates the wikitext to display an image.
 137+ *
 138+ * @param $file File
 139+ *
135140 * @return wikitext for image display
136141 */
137142 private function _displayImage( $file ){

Status & tagging log