Completed
Pull Request — master (#98)
by mw
02:11
created
src/DatabaseLogReader.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@  discard block
 block discarded – undo
40 40
 
41 41
 	/**
42 42
 	 * @param DatabaseaBase $dbr injected connection
43
-	 * @param string $dbKey from page name
44 43
 	 * @param string $type of log (default: approval)
45 44
 	 */
46 45
 	public function __construct( DatabaseBase $dbr, Title $title = null , $type = 'approval' ) {
@@ -114,7 +113,7 @@  discard block
 block discarded – undo
114 113
 	/**
115 114
 	 * Fetch the query parameters for later calls
116 115
 	 *
117
-	 * @return array of parameters for SELECT call
116
+	 * @return string of parameters for SELECT call
118 117
 	 */
119 118
 	public function getQuery() {
120 119
 		return $this->query;
@@ -133,7 +132,7 @@  discard block
 block discarded – undo
133 132
 	}
134 133
 
135 134
 	/**
136
-	 * @return Timestamp
135
+	 * @return MWTimestamp|null
137 136
 	 */
138 137
 	public function getDateOfLogEntry() {
139 138
 		$this->init();
Please login to merge, or discard this patch.