Completed
Push — master ( 1dd58a...87fd77 )
by Karsten
06:09
created
src/HookRegistry.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -150,6 +150,11 @@
 block discarded – undo
150 150
 		};
151 151
 	}
152 152
 
153
+	/**
154
+	 * @param Store $store
155
+	 * @param Cache $cache
156
+	 * @param Options $options
157
+	 */
153 158
 	private function addCallbackHandlers( $store, $cache, $options ) {
154 159
 
155 160
 		$propertyRegistry = new PropertyRegistry();
Please login to merge, or discard this patch.