Completed
Pull Request — master (#455)
by
unknown
10:12
created
require/class.Image.php 1 patch
Doc Comments   +11 added lines, -4 removed lines patch added patch discarded remove patch
@@ -286,6 +286,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
@@ -530,6 +534,7 @@  discard block
 block discarded – undo
530 534
 	* @param String $aircraft_registration the registration of the aircraft
531 535
 	* @param String $aircraft_icao the icao code of the aircraft
532 536
 	* @param String $aircraft_name type of the aircraft
537
+	* @param string $type
533 538
 	* @return array the aircraft thumbnail, orignal url and copyright
534 539
 	*
535 540
 	*/
@@ -555,6 +560,7 @@  discard block
 block discarded – undo
555 560
 	*
556 561
 	* @param String $registration the registration of the aircraft/mmsi
557 562
 	* @param String $name name
563
+	* @param string $type
558 564
 	* @return array the aircraft thumbnail, orignal url and copyright
559 565
 	*
560 566
 	*/
@@ -616,6 +622,7 @@  discard block
 block discarded – undo
616 622
 	*
617 623
 	* @param String $registration the registration of the aircraft
618 624
 	* @param String $name type of the aircraft
625
+	* @param string $type
619 626
 	* @return array the aircraft thumbnail, orignal url and copyright
620 627
 	*
621 628
 	*/
Please login to merge, or discard this patch.