Index: trunk/extensions/QrCode/QrCode.php |
— | — | @@ -93,6 +93,8 @@ |
94 | 94 | |
95 | 95 | /** |
96 | 96 | * Set qrcode properties |
| 97 | + * |
| 98 | + * @param $parser Parser |
97 | 99 | */ |
98 | 100 | public function __construct( $parser, $ecc = false, $size = false, $margin = false ) { |
99 | 101 | global $wgQrCodeECC, $wgQrCodeSize, $wgQrCodeBoundary, $wgQrCodeBot; |
— | — | @@ -131,6 +133,9 @@ |
132 | 134 | |
133 | 135 | /** |
134 | 136 | * This only creates the wikitext to display an image. |
| 137 | + * |
| 138 | + * @param $file File |
| 139 | + * |
135 | 140 | * @return wikitext for image display |
136 | 141 | */ |
137 | 142 | private function _displayImage( $file ){ |