File tree 2 files changed +3
-3
lines changed
src/Symfony/Component/Debug 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Debug
30
30
* If the Symfony ClassLoader component is available, a special
31
31
* class loader is also registered.
32
32
*
33
- * @param integer $errorReportingLevel The level of error reporting you wan
33
+ * @param integer $errorReportingLevel The level of error reporting you want
34
34
*/
35
35
public static function enable ($ errorReportingLevel = null )
36
36
{
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ You can also use the tools individually:
24
24
ini_set('display_errors', 1);
25
25
}
26
26
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.
29
29
30
30
This component can optionally take advantage of the features of the HttpKernel
31
31
and HttpFoundation components.
You can’t perform that action at this time.
0 commit comments