Skip to content

Commit 28b7643

Browse files
Changed a comment in the examples in the di compilation page
1 parent 414a007 commit 28b7643

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)