1
0
Fork 0

Fixed some docblocks

pull/2800/merge
Sandy Pleyte 2014-02-19 13:37:38 +01:00 committed by Jordi Boggiano
parent fd4fb80d1e
commit 2618e9a4f1
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ class Composer
private $config;
/**
* @var EventDispatcher\EventDispatcher
* @var EventDispatcher
*/
private $eventDispatcher;
@ -190,7 +190,7 @@ class Composer
}
/**
* @param EventDispatcher\EventDispatcher $eventDispatcher
* @param EventDispatcher $eventDispatcher
*/
public function setEventDispatcher(EventDispatcher $eventDispatcher)
{
@ -198,7 +198,7 @@ class Composer
}
/**
* @return EventDispatcher\EventDispatcher
* @return EventDispatcher
*/
public function getEventDispatcher()
{