Skip to content

Commit

Permalink
Merge pull request #2 from rostilos/sonarqube-test2
Browse files Browse the repository at this point in the history
sonarqube test
  • Loading branch information
rostilos authored May 30, 2024
2 parents 1ed3330 + 52a5fe6 commit b4c085d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Developer/Model/Di/Information.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function getPreference($className)
if (!isset($this->preferences[$className])) {
$this->preferences[$className] = $this->objectManagerConfig->getPreference($className);
}
die();
return $this->preferences[$className];
}

Expand Down

0 comments on commit b4c085d

Please sign in to comment.