Skip to content

Commit

Permalink
Fix outputing warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 24, 2017
1 parent 0b77e2c commit 1e4286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/Components/Pear/Environment.php
Expand Up @@ -506,7 +506,7 @@ public function addComponent(
);
if (!empty($warnings)) {
foreach ($warnings as $warning) {
$this->_output->warn($warnings);
$this->_output->warn($warning);
}
}
ob_start();
Expand Down

0 comments on commit 1e4286d

Please sign in to comment.