Fixed annotation

This commit is contained in:
Dmitry Khomutov 2014-05-12 00:44:13 +07:00
commit 6a1732c5b7

View file

@ -8,7 +8,7 @@ use \Prophecy\PhpUnit\ProphecyTestCase;
class CommandExecutorTest extends ProphecyTestCase
{
/**
* @var CommandExecutor
* @var UnixCommandExecutor
*/
protected $testedExecutor;