mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Added @boenrobot to Travis' email notifications;
Some CS fixes at TagTest.php.
This commit is contained in:
@@ -20,3 +20,4 @@ notifications:
|
|||||||
email:
|
email:
|
||||||
- [email protected]
|
- [email protected]
|
||||||
- [email protected]
|
- [email protected]
|
||||||
|
- [email protected]
|
||||||
|
|||||||
@@ -139,10 +139,10 @@ TAG_HANDLER
|
|||||||
|
|
||||||
$tagPostReg = Tag::createInstance(
|
$tagPostReg = Tag::createInstance(
|
||||||
'@T something',
|
'@T something',
|
||||||
new DocBlock(
|
new DocBlock(
|
||||||
'',
|
'',
|
||||||
new Context('', array('T' => '\MyNamespace\MyTag'))
|
new Context('', array('T' => '\MyNamespace\MyTag'))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->assertInstanceOf(
|
$this->assertInstanceOf(
|
||||||
__NAMESPACE__ . '\Tag',
|
__NAMESPACE__ . '\Tag',
|
||||||
@@ -181,10 +181,10 @@ TAG_HANDLER
|
|||||||
|
|
||||||
$tagPostReg = Tag::createInstance(
|
$tagPostReg = Tag::createInstance(
|
||||||
'@T something',
|
'@T something',
|
||||||
new DocBlock(
|
new DocBlock(
|
||||||
'',
|
'',
|
||||||
new Context('', array('T' => '\MyNamespace\MyTag'))
|
new Context('', array('T' => '\MyNamespace\MyTag'))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->assertInstanceOf(
|
$this->assertInstanceOf(
|
||||||
__NAMESPACE__ . '\Tag',
|
__NAMESPACE__ . '\Tag',
|
||||||
|
|||||||
Reference in New Issue
Block a user