Skip to content

Commit 0d38c84

Browse files
committed
Added @boenrobot to Travis' email notifications;
Some CS fixes at TagTest.php.
1 parent bfc443b commit 0d38c84

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ notifications:
2020
email:
2121
2222
23+

tests/phpDocumentor/Reflection/DocBlock/TagTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ public function testNamespacedTagHandlerCorrectRegistration()
139139

140140
$tagPostReg = Tag::createInstance(
141141
'@T something',
142-
new DocBlock(
143-
'',
142+
new DocBlock(
143+
'',
144144
new Context('', array('T' => '\MyNamespace\MyTag'))
145-
)
145+
)
146146
);
147147
$this->assertInstanceOf(
148148
__NAMESPACE__ . '\Tag',
@@ -181,10 +181,10 @@ public function testNamespacedTagHandlerIncorrectRegistration()
181181

182182
$tagPostReg = Tag::createInstance(
183183
'@T something',
184-
new DocBlock(
185-
'',
184+
new DocBlock(
185+
'',
186186
new Context('', array('T' => '\MyNamespace\MyTag'))
187-
)
187+
)
188188
);
189189
$this->assertInstanceOf(
190190
__NAMESPACE__ . '\Tag',

0 commit comments

Comments
 (0)