소스 검색

Merge remote branch 'hhamon/typo_fix'

* hhamon/typo_fix:
  [FrameworkBundle] some typo fixes in phpdoc.
Fabien Potencier 14 년 전
부모
커밋
74fbdc2fe2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

@@ -112,7 +112,7 @@ class Controller extends ContainerAware
     }
 
     /**
-     * Creates and returns a Form instance from the type of the form
+     * Creates and returns a Form instance from the type of the form.
      *
      * @param string|FormTypeInterface $type    The built type of the form
      * @param mixed $data                       The initial data for the form
@@ -139,7 +139,7 @@ class Controller extends ContainerAware
     }
 
     /**
-     * Shortcut to return the Doctrine Registry class
+     * Shortcut to return the Doctrine Registry service.
      *
      * @return Registry
      */