Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f693128

Browse files
committed
fixed typos
1 parent 1ab1146 commit f693128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/Debug/Debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Debug
3030
* If the Symfony ClassLoader component is available, a special
3131
* class loader is also registered.
3232
*
33-
* @param integer $errorReportingLevel The level of error reporting you wan
33+
* @param integer $errorReportingLevel The level of error reporting you want
3434
*/
3535
public static function enable($errorReportingLevel = null)
3636
{

src/Symfony/Component/Debug/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can also use the tools individually:
2424
ini_set('display_errors', 1);
2525
}
2626

27-
Not that the `Debug::enable()` call also registers the debug class loader from
28-
the Symfony ClassLoader component when available.
27+
Note that the `Debug::enable()` call also registers the debug class loader
28+
from the Symfony ClassLoader component when available.
2929

3030
This component can optionally take advantage of the features of the HttpKernel
3131
and HttpFoundation components.

0 commit comments

Comments
 (0)