Skip to content

Commit a862c88

Browse files
committed
Fix code style violations
1 parent 063f351 commit a862c88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/N98/Magento/Command/SelfUpdateCommand.php

-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use WpOrg\Requests\Hooks;
1616
use WpOrg\Requests\Requests;
1717

18-
use function error_reporting;
19-
2018
/**
2119
* @codeCoverageIgnore
2220
* @author Igor Wiedler <[email protected]>
@@ -101,7 +99,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
10199

102100
$latestVersion = $response->body;
103101

104-
105102
if ($this->isOutdatedVersion($latestVersion, $loadUnstable)) {
106103
$output->writeln(sprintf("Updating to version <info>%s</info>.", $latestVersion));
107104

@@ -249,7 +246,6 @@ private function getChangelog(OutputInterface $output, $loadUnstable)
249246
$changelog .= $unstableFooterMessage . "\n";
250247
}
251248

252-
253249
return $changelog;
254250
}
255251

0 commit comments

Comments
 (0)