Completed
Push — master ( ebe875...a265d1 )
by mw
94:25 queued 69:18
created
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.
src/ParserFunctions/DocumentationParserFunction.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.
src/SQLStore/Lookup/PropertyUsageListLookup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	 *
41 41
 	 * @param Store $store
42 42
 	 * @param PropertyStatisticsStore $propertyStatisticsStore
43
-	 * @param RequestOptions $requestOptions|null
43
+	 * @param RequestOptions $requestOptions
44 44
 	 */
45 45
 	public function __construct( Store $store, PropertyStatisticsStore $propertyStatisticsStore, RequestOptions $requestOptions = null ) {
46 46
 		$this->store = $store;
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/ConceptQueryResolver.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.
tests/phpunit/includes/GlobalFunctionsTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 	/**
44 44
 	 * Returns the name of the class to be tested
45 45
 	 *
46
-	 * @return string|false
46
+	 * @return boolean
47 47
 	 */
48 48
 	public function getClass() {
49 49
 		return false;
Please login to merge, or discard this patch.