Explorar el Código

Merge pull request #201 from qpleple/typo-doc

typo in doc
Thomas hace 14 años
padre
commit
274738abc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/doc/reference/form_field_definition.rst

+ 1 - 1
Resources/doc/reference/form_field_definition.rst

@@ -22,7 +22,7 @@ Example
             'content',
         );
 
-        public function configureFormFields(FormMapper $form)
+        public function configureFormFields(FormMapper $formMapper)
         {
             // equivalent to :
             $formMapper