Browse Source

ZF-7315: review phpDoc for API documentation generation (Zend_Filter)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16870 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 năm trước cách đây
mục cha
commit
d030b1a851

+ 1 - 1
library/Zend/Filter/Alnum.php

@@ -40,7 +40,7 @@ class Zend_Filter_Alnum implements Zend_Filter_Interface
      * Whether to allow white space characters; off by default
      *
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
     public $allowWhiteSpace;
 

+ 1 - 1
library/Zend/Filter/Alpha.php

@@ -40,7 +40,7 @@ class Zend_Filter_Alpha implements Zend_Filter_Interface
      * Whether to allow white space characters; off by default
      *
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
     public $allowWhiteSpace;
 

+ 1 - 1
library/Zend/Filter/StripTags.php

@@ -46,7 +46,7 @@ class Zend_Filter_StripTags implements Zend_Filter_Interface
      * If false (the default), then comments are removed from the input string.
      *
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
     public $commentsAllowed;