Minor doc fixes.

This commit is contained in:
Vasil Rangelov
2012-11-10 23:45:28 +02:00
parent a868c60f8e
commit fedcd8cf49
4 changed files with 24 additions and 7 deletions
@@ -25,6 +25,8 @@ class TagTest extends \PHPUnit_Framework_TestCase
/**
* @expectedException \InvalidArgumentException
*
* @return void
*/
public function testInvalidTagLine()
{
@@ -135,8 +135,8 @@ class CollectionTest extends \PHPUnit_Framework_TestCase
}
/**
* @param $fixture
* @param $expected
* @param string $fixture
* @param array $expected
*
* @dataProvider provideTypesToExpand
* @covers phpDocumentor\Reflection\DocBlock\Type\Collection::add
@@ -154,8 +154,8 @@ class CollectionTest extends \PHPUnit_Framework_TestCase
}
/**
* @param $fixture
* @param $expected
* @param string $fixture
* @param array $expected
*
* @dataProvider provideTypesToExpandWithoutNamespace
* @covers phpDocumentor\Reflection\DocBlock\Type\Collection::add