Completed
Push — master ( f1baad...a58895 )
by Jeroen De
06:14 queued 10s
created
tests/unit/Lookup/DisabledEntityTypesEntityLookupTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 class DisabledEntityTypesEntityLookupTest extends TestCase {
20 20
 
21 21
 	/**
22
-	 * @return EntityLookup
22
+	 * @return \PHPUnit_Framework_MockObject_MockObject
23 23
 	 */
24 24
 	private function getEntityLookup() {
25 25
 		$entityLookup = $this->createMock( EntityLookup::class );
Please login to merge, or discard this patch.
tests/unit/Lookup/RestrictedEntityLookupTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 class RestrictedEntityLookupTest extends TestCase {
20 20
 
21 21
 	/**
22
-	 * @return EntityLookup
22
+	 * @return \PHPUnit_Framework_MockObject_MockObject
23 23
 	 */
24 24
 	private function getEntityLookup() {
25 25
 		$entityLookup = $this->createMock( EntityLookup::class );
Please login to merge, or discard this patch.