浏览代码

Merge pull request #229 from codekissyoung/master

Fix wrong comments
walkor 8 年之前
父节点
当前提交
92597af9bf
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Connection/ConnectionInterface.php

+ 3 - 3
Connection/ConnectionInterface.php

@@ -81,21 +81,21 @@ abstract class  ConnectionInterface
     abstract public function getRemoteAddress();
 
     /**
-     * Get remote IP.
+     * Get local IP.
      *
      * @return string
      */
     abstract public function getLocalIp();
 
     /**
-     * Get remote port.
+     * Get local port.
      *
      * @return int
      */
     abstract public function getLocalPort();
 
     /**
-     * Get remote address.
+     * Get local address.
      *
      * @return string
      */