Fix annotation multiple types for tests

This commit is contained in:
Victor 2015-08-23 01:03:00 +03:00
parent c61f84c49f
commit cf0a0b353b

View File

@ -28,7 +28,7 @@ class EntityTest extends \PHPUnit_Framework_TestCase
* @dataProvider valueProvider
*
* @var string $name
* @var array|Value[] $values
* @var Value[] $values
*/
public function testAddValue($name, array $values)
{
@ -47,7 +47,7 @@ class EntityTest extends \PHPUnit_Framework_TestCase
* @dataProvider valueProvider
*
* @var string $name
* @var array|Value[] $values
* @var Value[] $values
*/
public function testRemoveValue($name, array $values)
{