Completed
Push — master ( 30add5...f043e7 )
by mw
14s
created
includes/params/SMW_ParamFormat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	 * @param Parser $parser
23 23
 	 * @param ProcessingResult $result
24 24
 	 *
25
-	 * @return mixed
25
+	 * @return string
26 26
 	 */
27 27
 	public function handle( Parser $parser, ProcessingResult $result ) {
28 28
 		$parameters = $result->getParameters();
Please login to merge, or discard this patch.
includes/parserhooks/ConceptParserFunction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,6 @@
 block discarded – undo
144 144
 	/**
145 145
 	 * Returns RequestContext object
146 146
 	 *
147
-	 * @param array $params
148 147
 	 *
149 148
 	 * @return RequestContext
150 149
 	 */
Please login to merge, or discard this patch.
includes/queryprinters/JsonResultPrinter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 	 *
59 59
 	 * @param SMWQueryResult $queryResult
60 60
 	 *
61
-	 * @return string|boolean
61
+	 * @return string
62 62
 	 */
63 63
 	public function getFileName( SMWQueryResult $queryResult ) {
64 64
 		return $this->syntax == 'turtle' ? 'result.ttl' : 'result.rdf';
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_DIHandler_Blob.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 	/**
178 178
 	 * @since 2.2
179 179
 	 *
180
-	 * @return array
180
+	 * @return string[]
181 181
 	 */
182 182
 	public function getErrors() {
183 183
 		return $this->errors;
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_DIHandler_GeoCoord.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 	/**
178 178
 	 * @since 2.2
179 179
 	 *
180
-	 * @return array
180
+	 * @return string[]
181 181
 	 */
182 182
 	public function getErrors() {
183 183
 		return $this->errors;
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_DIHandler_WikiPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 	/**
178 178
 	 * @since 2.2
179 179
 	 *
180
-	 * @return array
180
+	 * @return string[]
181 181
 	 */
182 182
 	public function getErrors() {
183 183
 		return $this->errors;
Please login to merge, or discard this patch.
src/MediaWiki/Api/Ask.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 	 * @codeCoverageIgnore
127 127
 	 * @see ApiBase::getDescription
128 128
 	 *
129
-	 * @return array
129
+	 * @return string[]
130 130
 	 */
131 131
 	public function getDescription() {
132 132
 		return array(
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	 * @codeCoverageIgnore
139 139
 	 * @see ApiBase::getExamples
140 140
 	 *
141
-	 * @return array
141
+	 * @return string[]
142 142
 	 */
143 143
 	protected function getExamples() {
144 144
 		return array(
Please login to merge, or discard this patch.
src/MediaWiki/Api/AskArgs.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 	 * @codeCoverageIgnore
127 127
 	 * @see ApiBase::getDescription
128 128
 	 *
129
-	 * @return array
129
+	 * @return string[]
130 130
 	 */
131 131
 	public function getDescription() {
132 132
 		return array(
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	 * @codeCoverageIgnore
139 139
 	 * @see ApiBase::getExamples
140 140
 	 *
141
-	 * @return array
141
+	 * @return string[]
142 142
 	 */
143 143
 	protected function getExamples() {
144 144
 		return array(
Please login to merge, or discard this patch.
src/MediaWiki/Hooks/ArticleDelete.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 	/**
67 67
 	 * @since 1.9
68 68
 	 *
69
-	 * @return true
69
+	 * @return boolean
70 70
 	 */
71 71
 	public function process() {
72 72
 
Please login to merge, or discard this patch.