Skip to content

Commit ba1395e

Browse files
committed
Updated comments with the namespaced notation, and added the "Tag" suffix where needed.
1 parent 9a3c6f5 commit ba1395e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

tests/phpDocumentor/Reflection/DocBlock/Tag/CoversTagTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Covers
16+
* Test class for \phpDocumentor\Reflection\DocBlock\Tag\CoversTag
1717
*
1818
* @author Daniel O'Connor <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -23,8 +23,8 @@
2323
class CoversTagTest extends \PHPUnit_Framework_TestCase
2424
{
2525
/**
26-
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\Covers can create a link
27-
* for the covers doc block
26+
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\CoversTag can create
27+
* a link for the covers doc block.
2828
*
2929
* @param string $type
3030
* @param string $content

tests/phpDocumentor/Reflection/DocBlock/Tag/ParamTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_Param.
16+
* Test class for \phpDocumentor\Reflection\DocBlock\ParamTag.
1717
*
1818
* @author Mike van Riel <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)

tests/phpDocumentor/Reflection/DocBlock/Tag/ReturnTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_ReturnTag.
16+
* Test class for \phpDocumentor\Reflection\DocBlock\ReturnTag.
1717
*
1818
* @author Mike van Riel <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)

tests/phpDocumentor/Reflection/DocBlock/Tag/SeeTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_Tag_See
16+
* Test class for \phpDocumentor\Reflection\DocBlock\Tag\SeeTag
1717
*
1818
* @author Daniel O'Connor <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)

tests/phpDocumentor/Reflection/DocBlock/Tag/UsesTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Uses
16+
* Test class for \phpDocumentor\Reflection\DocBlock\Tag\UsesTag
1717
*
1818
* @author Daniel O'Connor <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)

tests/phpDocumentor/Reflection/DocBlock/Tag/VarTagTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Tag;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock_Tag_Link
16+
* Test class for \phpDocumentor\Reflection\DocBlock\Tag\VarTag
1717
*
1818
* @author Daniel O'Connor <[email protected]>
1919
* @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
@@ -23,8 +23,8 @@
2323
class VarTagTest extends \PHPUnit_Framework_TestCase
2424
{
2525
/**
26-
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can understand
27-
* the @var doc block
26+
* Test that the \phpDocumentor\Reflection\DocBlock\Tag\VarTag can
27+
* understand the @var doc block
2828
*
2929
* @param string $type
3030
* @param string $content

tests/phpDocumentor/Reflection/DocBlock/Type/CollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* phpDocumentor Covers Tag Test
3+
* phpDocumentor Collection Test
44
*
55
* PHP version 5.3
66
*
@@ -13,7 +13,7 @@
1313
namespace phpDocumentor\Reflection\DocBlock\Type;
1414

1515
/**
16-
* Test class for phpDocumentor_Reflection_DocBlock
16+
* Test class for \phpDocumentor\Reflection\DocBlock\Type\Collection
1717
*
1818
* @covers phpDocumentor\Reflection\DocBlock\Type\Collection
1919
*

0 commit comments

Comments
 (0)