@@ -286,6 +286,7 @@ discard block |
||
286 | 286 | * |
287 | 287 | * @param String $aircraft_registration the registration of the aircraft |
288 | 288 | * @param String $aircraft_name type of the aircraft |
289 | + * @param string $type |
|
289 | 290 | * @return array the aircraft thumbnail, orignal url and copyright |
290 | 291 | * |
291 | 292 | */ |
@@ -318,7 +319,7 @@ discard block |
||
318 | 319 | /** |
319 | 320 | * Gets the aircraft image from Deviantart |
320 | 321 | * |
321 | - * @param $type |
|
322 | + * @param string $type |
|
322 | 323 | * @param String $registration the registration of the aircraft |
323 | 324 | * @param String $name type of the aircraft |
324 | 325 | * @return array the aircraft thumbnail, orignal url and copyright |
@@ -360,6 +361,7 @@ discard block |
||
360 | 361 | * |
361 | 362 | * @param String $aircraft_registration the registration of the aircraft |
362 | 363 | * @param String $aircraft_name type of the aircraft |
364 | + * @param string $type |
|
363 | 365 | * @return array the aircraft thumbnail, orignal url and copyright |
364 | 366 | * |
365 | 367 | */ |
@@ -402,6 +404,7 @@ discard block |
||
402 | 404 | * |
403 | 405 | * @param String $aircraft_registration the registration of the aircraft |
404 | 406 | * @param String $aircraft_name type of the aircraft |
407 | + * @param string $type |
|
405 | 408 | * @return array the aircraft thumbnail, orignal url and copyright |
406 | 409 | * |
407 | 410 | */ |
@@ -436,6 +439,7 @@ discard block |
||
436 | 439 | * |
437 | 440 | * @param String $registration the registration of the aircraft |
438 | 441 | * @param String $name type of the aircraft |
442 | + * @param string $type |
|
439 | 443 | * @return array the aircraft thumbnail, orignal url and copyright |
440 | 444 | * |
441 | 445 | */ |
@@ -466,8 +470,8 @@ discard block |
||
466 | 470 | } |
467 | 471 | |
468 | 472 | /** |
469 | - * @param $type |
|
470 | - * @param $aircraft_icao |
|
473 | + * @param string $type |
|
474 | + * @param string $aircraft_icao |
|
471 | 475 | * @param $airline_icao |
472 | 476 | * @return array |
473 | 477 | */ |
@@ -490,7 +494,7 @@ discard block |
||
490 | 494 | /** |
491 | 495 | * Gets the aircraft image from Bing |
492 | 496 | * |
493 | - * @param $type |
|
497 | + * @param string $type |
|
494 | 498 | * @param String $aircraft_registration the registration of the aircraft |
495 | 499 | * @param String $aircraft_name type of the aircraft |
496 | 500 | * @return array the aircraft thumbnail, orignal url and copyright |
@@ -529,6 +533,7 @@ discard block |
||
529 | 533 | * |
530 | 534 | * @param String $aircraft_registration the registration of the aircraft |
531 | 535 | * @param String $aircraft_name type of the aircraft |
536 | + * @param string $type |
|
532 | 537 | * @return array the aircraft thumbnail, orignal url and copyright |
533 | 538 | * |
534 | 539 | */ |
@@ -554,6 +559,7 @@ discard block |
||
554 | 559 | * |
555 | 560 | * @param String $registration the registration of the aircraft/mmsi |
556 | 561 | * @param String $name name |
562 | + * @param string $type |
|
557 | 563 | * @return array the aircraft thumbnail, orignal url and copyright |
558 | 564 | * |
559 | 565 | */ |
@@ -615,6 +621,7 @@ discard block |
||
615 | 621 | * |
616 | 622 | * @param String $registration the registration of the aircraft |
617 | 623 | * @param String $name type of the aircraft |
624 | + * @param string $type |
|
618 | 625 | * @return array the aircraft thumbnail, orignal url and copyright |
619 | 626 | * |
620 | 627 | */ |
@@ -1784,7 +1784,7 @@ discard block |
||
1784 | 1784 | /** |
1785 | 1785 | * Counts all hours |
1786 | 1786 | * |
1787 | - * @param $orderby |
|
1787 | + * @param string $orderby |
|
1788 | 1788 | * @param array $filters |
1789 | 1789 | * @return array the hour list |
1790 | 1790 | */ |
@@ -2263,7 +2263,7 @@ discard block |
||
2263 | 2263 | /** |
2264 | 2264 | * Parses the direction degrees to working |
2265 | 2265 | * |
2266 | - * @param Float $direction the direction in degrees |
|
2266 | + * @param integer $direction the direction in degrees |
|
2267 | 2267 | * @return array the direction information |
2268 | 2268 | * |
2269 | 2269 | */ |