| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class CoreUpgradePreExtensionUpgrade extends CoreInstallerBundleEvent |
||
| 21 | { |
||
| 22 | private $currentCoreVersion; |
||
| 23 | |||
| 24 | public function __construct($currentCoreVersion) |
||
| 25 | { |
||
| 26 | $this->currentCoreVersion = $currentCoreVersion; |
||
| 27 | } |
||
| 28 | |||
| 29 | public function getCurrentCoreVersion(): string |
||
| 32 | } |
||
| 33 | } |
||
| 34 |