Completed
Push — master ( f46b85...0a9f08 )
by mw
04:24
created
src/HookRegistry.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -60,6 +60,10 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
tests/phpunit/Unit/BySubpageLinksFinderTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
tests/phpunit/Unit/PropertyRegistryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SBL\Tests;
4 4
 
5 5
 use SBL\PropertyRegistry;
6
-
7 6
 use SMW\DIProperty;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.