Completed
Push — master ( 5feb7e...113385 )
by Mark A.
24s queued 11s
created
src/Cache/CacheInvalidator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 	 *
96 96
 	 * @param Store $store
97 97
 	 * @param DIWikiPage $subject
98
-	 * @param boolean|true $purgeLingo
98
+	 * @param boolean $purgeLingo
99 99
 	 *
100 100
 	 * @return boolean
101 101
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use SG\SemanticDataComparator;
6 6
 use SG\PropertyRegistrationHelper;
7
-
8 7
 use SMW\Store;
9 8
 use SMW\SemanticData;
10 9
 use SMW\DIWikiPage;
11 10
 use SMW\DIProperty;
12
-
13 11
 use Lingo\LingoParser;
14
-
15 12
 use MediaWiki\Linker\LinkTarget;
16 13
 
17 14
 /**
Please login to merge, or discard this patch.