Author: fabien
Date: 2010-04-01 16:34:54 +0200 (Thu, 01 Apr 2010)
New Revision: 28963

Modified:
   branches/1.3/lib/form/sfForm.class.php
   branches/1.4/lib/form/sfForm.class.php
Log:
[1.3, 1.4] fixed phpdoc for sfForm (closes #8487)

Modified: branches/1.3/lib/form/sfForm.class.php
===================================================================
--- branches/1.3/lib/form/sfForm.class.php      2010-04-01 14:29:26 UTC (rev 
28962)
+++ branches/1.3/lib/form/sfForm.class.php      2010-04-01 14:34:54 UTC (rev 
28963)
@@ -582,8 +582,8 @@
   /**
    * Set a validator for the given field name.
    *
-   * @param string      $name      The field name
-   * @param sfValidator $validator The validator
+   * @param string          $name      The field name
+   * @param sfValidatorBase $validator The validator
    *
    * @return sfForm The current form instance
    */
@@ -601,7 +601,7 @@
    *
    * @param  string      $name      The field name
    *
-   * @return sfValidator $validator The validator
+   * @return sfValidatorBase $validator The validator
    */
   public function getValidator($name)
   {

Modified: branches/1.4/lib/form/sfForm.class.php
===================================================================
--- branches/1.4/lib/form/sfForm.class.php      2010-04-01 14:29:26 UTC (rev 
28962)
+++ branches/1.4/lib/form/sfForm.class.php      2010-04-01 14:34:54 UTC (rev 
28963)
@@ -582,8 +582,8 @@
   /**
    * Set a validator for the given field name.
    *
-   * @param string      $name      The field name
-   * @param sfValidator $validator The validator
+   * @param string          $name      The field name
+   * @param sfValidatorBase $validator The validator
    *
    * @return sfForm The current form instance
    */
@@ -601,7 +601,7 @@
    *
    * @param  string      $name      The field name
    *
-   * @return sfValidator $validator The validator
+   * @return sfValidatorBase $validator The validator
    */
   public function getValidator($name)
   {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to