From 7c762c60425376da9a6f4ed714ec38d05b4ee508 Mon Sep 17 00:00:00 2001 From: Corpsee Date: Mon, 12 May 2014 00:44:13 +0700 Subject: [PATCH] Fixed annotation --- Tests/PHPCI/Helper/CommandExecutorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/PHPCI/Helper/CommandExecutorTest.php b/Tests/PHPCI/Helper/CommandExecutorTest.php index f911b994..8ae045dc 100644 --- a/Tests/PHPCI/Helper/CommandExecutorTest.php +++ b/Tests/PHPCI/Helper/CommandExecutorTest.php @@ -8,7 +8,7 @@ use \Prophecy\PhpUnit\ProphecyTestCase; class CommandExecutorTest extends ProphecyTestCase { /** - * @var CommandExecutor + * @var UnixCommandExecutor */ protected $testedExecutor;