Completed
Push — master ( e47bfe...1fed4c )
by Yannick
05:31
created
require/class.Spotter.php 1 patch
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 	/**
16 16
 	* Get SQL query part for filter used
17 17
 	* @param Array $filter the filter
18
-	* @return Array the SQL part
18
+	* @return string the SQL part
19 19
 	*/
20 20
 	public function getFilter($filter = array(),$where = false,$and = false) {
21 21
 		global $globalFilter, $globalStatsFilters, $globalFilterName;
@@ -2198,7 +2198,7 @@  discard block
 block discarded – undo
2198 2198
 	/**
2199 2199
 	* Gets the aircraft info based on the aircraft registration
2200 2200
 	*
2201
-	* @param String $aircraft_registration the aircraft registration
2201
+	* @param String $registration the aircraft registration
2202 2202
 	* @return String aircraft type
2203 2203
 	*
2204 2204
 	*/
@@ -8663,6 +8663,7 @@  discard block
 block discarded – undo
8663 8663
 	/**
8664 8664
 	* Counts all hours
8665 8665
 	*
8666
+	* @param string $orderby
8666 8667
 	* @return Array the hour list
8667 8668
 	*
8668 8669
 	*/
@@ -8728,6 +8729,7 @@  discard block
 block discarded – undo
8728 8729
 	/**
8729 8730
 	* Counts all hours
8730 8731
 	*
8732
+	* @param string $orderby
8731 8733
 	* @return Array the hour list
8732 8734
 	*
8733 8735
 	*/
@@ -9540,7 +9542,7 @@  discard block
 block discarded – undo
9540 9542
 	/**
9541 9543
 	* Parses the direction degrees to working
9542 9544
 	*
9543
-	* @param Float $direction the direction in degrees
9545
+	* @param integer $direction the direction in degrees
9544 9546
 	* @return Array the direction information
9545 9547
 	*
9546 9548
 	*/
Please login to merge, or discard this patch.