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 954b521 commit 32be667Copy full SHA for 32be667
Tests/DependencyInjection/CompleteConfigurationTest.php
@@ -264,7 +264,7 @@ public function testUserCheckerConfigWithNoCheckers()
264
265
protected function getContainer($file)
266
{
267
- $file = $file.'.'.$this->getFileExtension();
+ $file .= '.'.$this->getFileExtension();
268
269
if (isset(self::$containerCache[$file])) {
270
return self::$containerCache[$file];
0 commit comments