@@ -60,6 +60,10 @@ |
||
60 | 60 | } |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param Store $store |
|
65 | + * @param Options $options |
|
66 | + */ |
|
63 | 67 | private function addCallbackHandlers( $store, $options ) { |
64 | 68 | |
65 | 69 | $propertyRegistry = new PropertyRegistry(); |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace SBL\Tests; |
4 | 4 | |
5 | 5 | use SBL\BySubpageLinksFinder; |
6 | - |
|
7 | 6 | use SMW\DIWikiPage; |
8 | - |
|
9 | 7 | use Title; |
10 | 8 | |
11 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SBL\Tests; |
4 | 4 | |
5 | 5 | use SBL\PropertyRegistry; |
6 | - |
|
7 | 6 | use SMW\DIProperty; |
8 | 7 | |
9 | 8 | /** |