[HttpFoundation] Fixed incorrect ServerBag comment

This commit is contained in:
Alexander 2011-07-28 11:27:56 +02:00
parent c3ebdbf9cc
commit cbbdcebff5

View File

@ -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>