Jelajahi Sumber

ZF-10413: clarification of docblock

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23245 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 tahun lalu
induk
melakukan
cfc13e26c0
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      library/Zend/Db/Adapter/Abstract.php

+ 0 - 2
library/Zend/Db/Adapter/Abstract.php

@@ -782,8 +782,6 @@ abstract class Zend_Db_Adapter_Abstract
     /**
      * Fetches the first column of all SQL result rows as an array.
      *
-     * The first column in each row is used as the array key.
-     *
      * @param string|Zend_Db_Select $sql An SQL SELECT statement.
      * @param mixed $bind Data to bind into SELECT placeholders.
      * @return array