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 414a007 commit 28b7643Copy full SHA for 28b7643
components/dependency_injection/compilation.rst
@@ -365,7 +365,8 @@ but getting an up to date configuration whilst developing your application::
365
366
// ...
367
368
- // set $isDebug based on something in your project
+ // based on something in your project
369
+ $isDebug = ...;
370
371
$file = __DIR__ .'/cache/container.php';
372
@@ -398,7 +399,8 @@ and use them as metadata for the cache::
398
399
400
401
402
403
404
405
406
$containerConfigCache = new ConfigCache($file, $isDebug);
0 commit comments