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 407540d commit 419bbbfCopy full SHA for 419bbbf
lib/internal/Magento/Framework/Module/ModuleList/Loader.php
@@ -208,7 +208,7 @@ private function expandSequence(
208
) {
209
// Making sure we haven't already called the method for this module higher in the stack
210
if (isset($accumulated[$name])) {
211
- throw new \LogicException("Circular sequence reference from '{$parentName}' to '{$name}");
+ throw new \LogicException("Circular sequence reference from '{$parentName}' to '{$name}'.");
212
}
213
$accumulated[$name] = true;
214
0 commit comments