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 88b274a commit 0b0587cCopy full SHA for 0b0587c
tests/Bridges.DI/CacheExtension.phpt
@@ -16,7 +16,7 @@ test(function () {
16
$compiler = new DI\Compiler;
17
$compiler->addExtension('cache', new CacheExtension(TEMP_DIR));
18
19
- eval($compiler->compile([], 'Container1'));
+ eval(@$compiler->compile([], 'Container1')); // @ compatibility with DI 2.4
20
21
$container = new Container1;
22
$container->initialize();
0 commit comments