Development

#3965 (typos in forms book, chapter 2)

You must first sign up to be able to contribute.

Ticket #3965 (closed documentation: fixed)

Opened 2 months ago

Last modified 2 months ago

typos in forms book, chapter 2

Reported by: blerou Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

In line 379, line 410 and line 437 appears the same typo:

'subject' => new sfValidatorChoice(array('choices' => array_keys($subjects))),

what should be:

'subject' => new sfValidatorChoice(array('choices' => array_keys(self::$subjects))),

Change History

07/11/08 19:15:06 changed by Carl.Vondrick

  • status changed from new to closed.
  • resolution set to fixed.

(In [10224]) 1.1 forms book: fixed type-o in example code (closes #3965)