Browse Source

[HttpFoundation] fixed php doc

Johannes Schmitt 14 năm trước cách đây
mục cha
commit
7a6638ff8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
      */