浏览代码

Fixed some docblocks

Sandy Pleyte 11 年之前
父节点
当前提交
2618e9a4f1
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Composer/Composer.php

+ 3 - 3
src/Composer/Composer.php

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