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 4bbc15b commit ef02ba5Copy full SHA for ef02ba5
src/DependencyInjection/DeprecatedAliasesCompilerPass.php
@@ -45,6 +45,6 @@ private function getDeprecationMsg(string $message, string $version): array
45
];
46
}
47
48
- return [$message];
+ return [true, $message];
49
50
0 commit comments