We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0805a commit c1f5c4fCopy full SHA for c1f5c4f
cookbook/debugging.rst
@@ -39,7 +39,7 @@ The ``app_dev.php`` front controller reads as follows by default::
39
$kernel->loadClassCache();
40
$kernel->handle(Request::createFromGlobals())->send();
41
42
-To make you debugger happier, disable all PHP class caches by removing the
+To make your debugger happier, disable all PHP class caches by removing the
43
call to ``loadClassCache()`` and by replacing the require statements like
44
below::
45
0 commit comments