Skip to content

Commit ca502c3

Browse files
Rollback some changes after benchmarking on PHP 7.2
1 parent 33c7de9 commit ca502c3

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader/Compiled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public function load($area)
4242
public static function getFilePath($area)
4343
{
4444
$diPath = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_METADATA][DirectoryList::PATH];
45-
return join('', [BP, '/', $diPath, '/', $area, '.php']);
45+
return BP . '/' . $diPath . '/' . $area . '.php';
4646
}
4747
}

0 commit comments

Comments
 (0)