Skip to content

Commit 9fa129b

Browse files
committed
Merge branch 'clarifying_compilation_comment' of git://github.com/richardmiller/symfony-docs into richardmiller-clarifying_compilation_comment
2 parents ccbaaeb + 28b7643 commit 9fa129b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ but getting an up to date configuration whilst developing your application::
365365

366366
// ...
367367

368-
// set $isDebug based on something in your project
368+
// based on something in your project
369+
$isDebug = ...;
369370

370371
$file = __DIR__ .'/cache/container.php';
371372

@@ -398,7 +399,8 @@ and use them as metadata for the cache::
398399

399400
// ...
400401

401-
// set $isDebug based on something in your project
402+
// based on something in your project
403+
$isDebug = ...;
402404

403405
$file = __DIR__ .'/cache/container.php';
404406
$containerConfigCache = new ConfigCache($file, $isDebug);

0 commit comments

Comments
 (0)