@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
39 | - * @return array |
|
39 | + * @return string[] |
|
40 | 40 | */ |
41 | 41 | public function __sleep() { |
42 | 42 | return array( 'data' ); |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | /** |
59 | - * @return array|bool |
|
59 | + * @return boolean |
|
60 | 60 | */ |
61 | 61 | public function getArray() { |
62 | 62 | return $this->data; |
@@ -23,8 +23,8 @@ |
||
23 | 23 | */ |
24 | 24 | class DoubleReplacer extends Replacer { |
25 | 25 | /** |
26 | - * @param mixed $from |
|
27 | - * @param mixed $to |
|
26 | + * @param string $from |
|
27 | + * @param string $to |
|
28 | 28 | * @param int $index |
29 | 29 | */ |
30 | 30 | public function __construct( $from, $to, $index = 0 ) { |
@@ -35,6 +35,7 @@ |
||
35 | 35 | * The sample rate specified in a StatsdData entity overrides the sample rate specified here. |
36 | 36 | * |
37 | 37 | * {@inheritDoc} |
38 | + * @return StatsdDataInterface[] |
|
38 | 39 | */ |
39 | 40 | public function appendSampleRate( $data, $sampleRate = 1 ) { |
40 | 41 | if ( $sampleRate < 1 ) { |
@@ -134,7 +134,8 @@ discard block |
||
134 | 134 | |
135 | 135 | |
136 | 136 | /** |
137 | - * @param string $fname the filename |
|
137 | + * @param string $xml |
|
138 | + * @param boolean $isFile |
|
138 | 139 | */ |
139 | 140 | private function validateFromInput( $xml, $isFile ) { |
140 | 141 | $reader = new XMLReader(); |
@@ -175,6 +176,9 @@ discard block |
||
175 | 176 | $this->wellFormed = false; |
176 | 177 | } |
177 | 178 | |
179 | + /** |
|
180 | + * @param XMLReader $reader |
|
181 | + */ |
|
178 | 182 | private function validate( $reader ) { |
179 | 183 | |
180 | 184 | // First, move through anything that isn't an element, and |
@@ -286,7 +290,7 @@ discard block |
||
286 | 290 | } |
287 | 291 | |
288 | 292 | /** |
289 | - * @param $name |
|
293 | + * @param string $name |
|
290 | 294 | * @param $attribs |
291 | 295 | */ |
292 | 296 | private function elementOpen( $name, $attribs ) { |
@@ -94,7 +94,7 @@ |
||
94 | 94 | /** |
95 | 95 | * @param array $list |
96 | 96 | * @param array $path |
97 | - * @param mixed $item |
|
97 | + * @param License $item |
|
98 | 98 | */ |
99 | 99 | protected function stackItem( &$list, $path, $item ) { |
100 | 100 | $position =& $list; |
@@ -413,8 +413,8 @@ discard block |
||
413 | 413 | |
414 | 414 | /** |
415 | 415 | * @param stdClass $row Row |
416 | - * @param string|array $type |
|
417 | - * @param string|array $action |
|
416 | + * @param string[] $type |
|
417 | + * @param string $action |
|
418 | 418 | * @param string $right |
419 | 419 | * @return bool |
420 | 420 | */ |
@@ -649,7 +649,7 @@ discard block |
||
649 | 649 | * @param IDatabase $db |
650 | 650 | * @param string $audience Public/user |
651 | 651 | * @param User $user User to check, or null to use $wgUser |
652 | - * @return string|bool String on success, false on failure. |
|
652 | + * @return string|false String on success, false on failure. |
|
653 | 653 | */ |
654 | 654 | public static function getExcludeClause( $db, $audience = 'public', User $user = null ) { |
655 | 655 | global $wgLogRestrictions; |
@@ -423,7 +423,7 @@ |
||
423 | 423 | * Returns a sentence describing the log action. Usually |
424 | 424 | * a Message object is returned, but old style log types |
425 | 425 | * and entries might return pre-escaped HTML string. |
426 | - * @return Message|string Pre-escaped HTML |
|
426 | + * @return Message Pre-escaped HTML |
|
427 | 427 | */ |
428 | 428 | protected function getActionMessage() { |
429 | 429 | $message = $this->msg( $this->getMessageKey() ); |
@@ -474,7 +474,7 @@ |
||
474 | 474 | * |
475 | 475 | * @param User $watchingUser |
476 | 476 | * @param string $source |
477 | - * @return bool |
|
477 | + * @return Status |
|
478 | 478 | * @private |
479 | 479 | */ |
480 | 480 | function sendPersonalised( $watchingUser, $source ) { |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | * Get metadata, unserializing it if neccessary. |
256 | 256 | * |
257 | 257 | * @param File $file The DjVu file in question |
258 | - * @return string XML metadata as a string. |
|
258 | + * @return boolean XML metadata as a string. |
|
259 | 259 | * @throws MWException |
260 | 260 | */ |
261 | 261 | private function getUnserializedMetadata( File $file ) { |
@@ -371,6 +371,10 @@ discard block |
||
371 | 371 | return 'djvuxml'; |
372 | 372 | } |
373 | 373 | |
374 | + /** |
|
375 | + * @param File $image |
|
376 | + * @param boolean $metadata |
|
377 | + */ |
|
374 | 378 | function isMetadataValid( $image, $metadata ) { |
375 | 379 | return !empty( $metadata ) && $metadata != serialize( array() ); |
376 | 380 | } |