Completed
Push — master ( 53f832...8f65b1 )
by Jeroen De
18s queued 11s
created
tests/system/TagHookTest.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ParamProcessor\ProcessedParam;
6 6
 use ParamProcessor\ProcessingResult;
7 7
 use Parser;
8
-use ParserHooks\FunctionRunner;
9 8
 use ParserHooks\HookDefinition;
10 9
 use ParserHooks\HookRegistrant;
11 10
 use ParserHooks\HookRunner;
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
 		);
105 105
 	}
106 106
 
107
+	/**
108
+	 * @return \ParserHooks\HookHandler
109
+	 */
107 110
 	protected function getHookHandler() {
108 111
 		$hookHandler = $this->createMock( 'ParserHooks\HookHandler' );
109 112
 
Please login to merge, or discard this patch.