Browse Source

ZF-5722
- Fixed the docblock for Zend_Db_Table_Abstract::$_name value is string only

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16816 44c647ce-9c0f-0410-b52a-842ac1e357ba

ralph 16 years ago
parent
commit
ce2c1045de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Db/Table/Abstract.php

+ 1 - 1
library/Zend/Db/Table/Abstract.php

@@ -125,7 +125,7 @@ abstract class Zend_Db_Table_Abstract
     /**
      * The table name.
      *
-     * @var array
+     * @var string
      */
     protected $_name = null;