소스 검색

[HttpFoundation] fixed php doc

Johannes Schmitt 14 년 전
부모
커밋
7a6638ff8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/HttpFoundation/ParameterBag.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/ParameterBag.php

@@ -73,7 +73,7 @@ class ParameterBag
     /**
      * Returns a parameter by name.
      *
-     * @param string  $key     The key
+     * @param string  $path    The key
      * @param mixed   $default The default value
      * @param boolean $deep
      */