From 0d38c84407857cb178e84774491a5d4afedac2a7 Mon Sep 17 00:00:00 2001 From: Vasil Rangelov Date: Thu, 22 Nov 2012 13:22:00 +0200 Subject: [PATCH] Added @boenrobot to Travis' email notifications; Some CS fixes at TagTest.php. --- .travis.yml | 1 + tests/phpDocumentor/Reflection/DocBlock/TagTest.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21d288c..6aefeaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ notifications: email: - mike.vanriel@naenius.com - ashnazg@php.net + - boen.robot@gmail.com diff --git a/tests/phpDocumentor/Reflection/DocBlock/TagTest.php b/tests/phpDocumentor/Reflection/DocBlock/TagTest.php index 9307bfd..4b6b570 100644 --- a/tests/phpDocumentor/Reflection/DocBlock/TagTest.php +++ b/tests/phpDocumentor/Reflection/DocBlock/TagTest.php @@ -139,10 +139,10 @@ TAG_HANDLER $tagPostReg = Tag::createInstance( '@T something', - new DocBlock( - '', + new DocBlock( + '', new Context('', array('T' => '\MyNamespace\MyTag')) - ) + ) ); $this->assertInstanceOf( __NAMESPACE__ . '\Tag', @@ -181,10 +181,10 @@ TAG_HANDLER $tagPostReg = Tag::createInstance( '@T something', - new DocBlock( - '', + new DocBlock( + '', new Context('', array('T' => '\MyNamespace\MyTag')) - ) + ) ); $this->assertInstanceOf( __NAMESPACE__ . '\Tag',