Completed
Pull Request — master (#728)
by Daniel
06:09 queued 03:08
created
tests/unit/Entity/EntityIdValueTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 	 * @dataProvider provideDeserializationCompatibility
163 163
 	 *
164 164
 	 * @param string $serialized
165
-	 * @param EntityId $expected
165
+	 * @param EntityIdValue $expected
166 166
 	 */
167 167
 	public function testDeserializationCompatibility( $serialized, EntityIdValue $expected ) {
168 168
 		$id = unserialize( $serialized );
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Wikibase\DataModel\Tests\Entity;
4 4
 
5
-use InvalidArgumentException;
6 5
 use PHPUnit_Framework_TestCase;
7 6
 use Wikibase\DataModel\Entity\EntityId;
8 7
 use Wikibase\DataModel\Entity\EntityIdValue;
Please login to merge, or discard this patch.