@@ -162,7 +162,7 @@ |
||
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 ); |