mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
Fix annotation multiple types for tests
This commit is contained in:
parent
c61f84c49f
commit
cf0a0b353b
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user