Explorar o código

merged branch asm89/master (PR #1849)

Commits
-------

cbbdceb [HttpFoundation] Fixed incorrect ServerBag comment

Discussion
----------

[HttpFoundation] Fixed incorrect ServerBag comment

.
Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
5b5dc45f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/HttpFoundation/ServerBag.php

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

@@ -12,7 +12,7 @@
 namespace Symfony\Component\HttpFoundation;
 
 /**
- * HeaderBag is a container for HTTP headers.
+ * ServerBag is a container for HTTP headers from the $_SERVER variable.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  * @author Bulat Shakirzyanov <mallluhuct@gmail.com>