@@ -177,7 +177,7 @@ |
||
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; |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -43,7 +43,7 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Test\SQLStore; |
4 | 4 | |
5 | 5 | use SMWSQLStore3; |
6 | -use SMW\Settings; |
|
7 | 6 | use SMW\ApplicationFactory; |
8 | 7 | |
9 | 8 | /** |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns the name of the class to be tested |
37 | 37 | * |
38 | - * @return string|false |
|
38 | + * @return string |
|
39 | 39 | */ |
40 | 40 | public function getClass() { |
41 | 41 | return '\SMW\AggregatablePrinter'; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use ImportReporter; |
7 | 7 | use WikiImporter; |
8 | 8 | use RequestContext; |
9 | - |
|
10 | 9 | use RuntimeException; |
11 | 10 | |
12 | 11 | /** |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIWikiPage; |
6 | 6 | use SMW\SemanticData; |
7 | - |
|
8 | 7 | use Title; |
9 | - |
|
10 | 8 | use RuntimeException; |
11 | 9 | |
12 | 10 | /** |