Completed
Pull Request — master (#10)
by mw
01:54
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.