fixed typos

This commit is contained in:
Fabien Potencier 2013-04-07 17:54:50 +02:00
parent 1ab1146761
commit f693128d68
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class Debug
* If the Symfony ClassLoader component is available, a special
* class loader is also registered.
*
* @param integer $errorReportingLevel The level of error reporting you wan
* @param integer $errorReportingLevel The level of error reporting you want
*/
public static function enable($errorReportingLevel = null)
{

View File

@ -24,8 +24,8 @@ You can also use the tools individually:
ini_set('display_errors', 1);
}
Not that the `Debug::enable()` call also registers the debug class loader from
the Symfony ClassLoader component when available.
Note that the `Debug::enable()` call also registers the debug class loader
from the Symfony ClassLoader component when available.
This component can optionally take advantage of the features of the HttpKernel
and HttpFoundation components.