mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Rename Other tag class to Generic and write test
This commit is contained in:
committed by
Mike van Riel
parent
4b4fc8fdf6
commit
0c63d0ae5b
@@ -48,7 +48,7 @@ DOCCOMMENT;
|
||||
'This is a summary',
|
||||
new Description('This is a description'),
|
||||
[
|
||||
new DocBlock\Tags\Other('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
new DocBlock\Tags\Generic('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
]
|
||||
);
|
||||
|
||||
@@ -82,7 +82,7 @@ DOCCOMMENT;
|
||||
'This is a summary',
|
||||
new Description('This is a description'),
|
||||
[
|
||||
new DocBlock\Tags\Other('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
new DocBlock\Tags\Generic('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
]
|
||||
);
|
||||
|
||||
@@ -116,7 +116,7 @@ DOCCOMMENT;
|
||||
'This is a summary',
|
||||
new Description('This is a description'),
|
||||
[
|
||||
new DocBlock\Tags\Other('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
new DocBlock\Tags\Generic('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
]
|
||||
);
|
||||
|
||||
@@ -156,7 +156,7 @@ DOCCOMMENT;
|
||||
'This is a summary',
|
||||
new Description('This is a description'),
|
||||
[
|
||||
new DocBlock\Tags\Other('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
new DocBlock\Tags\Generic('unknown-tag', new Description('Test description for the unknown tag'))
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user