@@ -227,9 +227,9 @@ discard block |
||
| 227 | 227 | } |
| 228 | 228 | |
| 229 | 229 | /** |
| 230 | - * @param $ind |
|
| 231 | - * @param $gen |
|
| 232 | - * @param $class |
|
| 230 | + * @param integer $ind |
|
| 231 | + * @param integer $gen |
|
| 232 | + * @param string $class |
|
| 233 | 233 | * |
| 234 | 234 | * @return int |
| 235 | 235 | */ |
@@ -578,7 +578,7 @@ discard block |
||
| 578 | 578 | * @param $p |
| 579 | 579 | * @param $m |
| 580 | 580 | * @param $a |
| 581 | - * @param $pdist |
|
| 581 | + * @param integer $pdist |
|
| 582 | 582 | * |
| 583 | 583 | * @return int |
| 584 | 584 | */ |
@@ -466,7 +466,7 @@ discard block |
||
| 466 | 466 | * @param resource $img Image handle |
| 467 | 467 | * @param string|array $color Name or hex string or an RGB array. |
| 468 | 468 | * |
| 469 | - * @return resource Image color handle. |
|
| 469 | + * @return boolean Image color handle. |
|
| 470 | 470 | * @access public |
| 471 | 471 | * @static |
| 472 | 472 | * @uses imagefilledarc() to allocate the color. |
@@ -487,7 +487,7 @@ discard block |
||
| 487 | 487 | * |
| 488 | 488 | * @param string $color |
| 489 | 489 | * |
| 490 | - * @return array RGB color |
|
| 490 | + * @return resource RGB color |
|
| 491 | 491 | * @access public |
| 492 | 492 | * @static |
| 493 | 493 | * @author Laurent Laville <[email protected]> |
@@ -513,7 +513,7 @@ discard block |
||
| 513 | 513 | * |
| 514 | 514 | * @param string $color Case insensitive color name. |
| 515 | 515 | * |
| 516 | - * @return array RGB color array. If the color was unknown, the result |
|
| 516 | + * @return integer[] RGB color array. If the color was unknown, the result |
|
| 517 | 517 | * will be black. |
| 518 | 518 | * @access public |
| 519 | 519 | * @static |
@@ -360,7 +360,7 @@ discard block |
||
| 360 | 360 | } |
| 361 | 361 | |
| 362 | 362 | /** |
| 363 | - * @return null |
|
| 363 | + * @return string |
|
| 364 | 364 | */ |
| 365 | 365 | public function getFirstIncompleteStep() |
| 366 | 366 | { |
@@ -384,7 +384,7 @@ discard block |
||
| 384 | 384 | * Gets the step name of the previous step. If the current |
| 385 | 385 | * step is the first step, then null is returned |
| 386 | 386 | * |
| 387 | - * @param $step |
|
| 387 | + * @param string $step |
|
| 388 | 388 | * |
| 389 | 389 | * @return string The name of the previous step, or null |
| 390 | 390 | */ |
@@ -579,7 +579,7 @@ discard block |
||
| 579 | 579 | } |
| 580 | 580 | |
| 581 | 581 | /** |
| 582 | - * @param $key |
|
| 582 | + * @param string $key |
|
| 583 | 583 | * |
| 584 | 584 | * @return null |
| 585 | 585 | */ |
@@ -989,7 +989,7 @@ discard block |
||
| 989 | 989 | * |
| 990 | 990 | * Between 0 and 360. |
| 991 | 991 | * |
| 992 | - * @param mixed $background_color (Optional) The hexadecimal color (like "#FFFFFF" or "#FFF") of the |
|
| 992 | + * @param integer $background_color (Optional) The hexadecimal color (like "#FFFFFF" or "#FFF") of the |
|
| 993 | 993 | * uncovered zone after the rotation. |
| 994 | 994 | * |
| 995 | 995 | * When set to -1 the script will preserve transparency for transparent GIF |
@@ -1214,7 +1214,7 @@ discard block |
||
| 1214 | 1214 | * @param string $default_on_error Hexadecimal representation of a color to be used in case $color is not |
| 1215 | 1215 | * recognized as a hexadecimal color. |
| 1216 | 1216 | * |
| 1217 | - * @return array Returns an associative array with the values of (R)ed, (G)reen and (B)lue |
|
| 1217 | + * @return resource Returns an associative array with the values of (R)ed, (G)reen and (B)lue |
|
| 1218 | 1218 | * |
| 1219 | 1219 | * @access private |
| 1220 | 1220 | */ |
@@ -1264,7 +1264,7 @@ discard block |
||
| 1264 | 1264 | * |
| 1265 | 1265 | * @access private |
| 1266 | 1266 | * |
| 1267 | - * @param $orientation |
|
| 1267 | + * @param string $orientation |
|
| 1268 | 1268 | * |
| 1269 | 1269 | * @return boolean Returns TRUE on success or FALSE on error. |
| 1270 | 1270 | * |
@@ -1338,7 +1338,7 @@ discard block |
||
| 1338 | 1338 | * |
| 1339 | 1339 | * Default is "#FFFFFF". |
| 1340 | 1340 | * |
| 1341 | - * @return Returns the identifier of the newly created image. |
|
| 1341 | + * @return resource the identifier of the newly created image. |
|
| 1342 | 1342 | * |
| 1343 | 1343 | * @access private |
| 1344 | 1344 | */ |
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | |
| 212 | 212 | /** |
| 213 | 213 | * @param $haystack |
| 214 | - * @param $needle |
|
| 214 | + * @param string $needle |
|
| 215 | 215 | * @param int $offset |
| 216 | 216 | * |
| 217 | 217 | * @return bool|int |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | /** |
| 22 | 22 | * @param $number |
| 23 | 23 | * |
| 24 | - * @return mixed |
|
| 24 | + * @return string |
|
| 25 | 25 | */ |
| 26 | 26 | public function GetColor($number) |
| 27 | 27 | { |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | class SystemMessage |
| 16 | 16 | { |
| 17 | 17 | /** |
| 18 | - * @param $message |
|
| 18 | + * @param string $message |
|
| 19 | 19 | */ |
| 20 | 20 | public function __construct($message) |
| 21 | 21 | { |
@@ -244,7 +244,7 @@ discard block |
||
| 244 | 244 | } |
| 245 | 245 | |
| 246 | 246 | /** |
| 247 | - * @param $setting |
|
| 247 | + * @param string $setting |
|
| 248 | 248 | * |
| 249 | 249 | * @return mixed |
| 250 | 250 | */ |
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | |
| 212 | 212 | /** |
| 213 | 213 | * @param $haystack |
| 214 | - * @param $needle |
|
| 214 | + * @param string $needle |
|
| 215 | 215 | * @param int $offset |
| 216 | 216 | * |
| 217 | 217 | * @return bool|int |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * @param $setting |
|
| 141 | + * @param string $setting |
|
| 142 | 142 | * |
| 143 | 143 | * @return mixed |
| 144 | 144 | */ |