mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 20:50:15 +02:00
Fix annotation multiple types for tests
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user