Просмотр исходного кода

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 лет назад
Родитель
Сommit
d030b1a851
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      library/Zend/Filter/Alnum.php
  2. 1 1
      library/Zend/Filter/Alpha.php
  3. 1 1
      library/Zend/Filter/StripTags.php

+ 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
      * Whether to allow white space characters; off by default
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $allowWhiteSpace;
     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
      * Whether to allow white space characters; off by default
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $allowWhiteSpace;
     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.
      * If false (the default), then comments are removed from the input string.
      *
      *
      * @var boolean
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
      */
     public $commentsAllowed;
     public $commentsAllowed;