Skip to content

Commit

Permalink
Merge pull request jamescowie#8 from nevvermind/fix-empty-patches-key
Browse files Browse the repository at this point in the history
fix undefined index key error
  • Loading branch information
James Cowie committed May 15, 2015
2 parents 9ad55eb + 502f25e commit 5c19c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Inviqa/Patcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function patch(\Composer\Script\Event $event)

if (empty($extra['patches'])) {
$this->output->writeln('<info>No Magento patches were found</info>');
return;
}

// don't pass the patch information
Expand Down

0 comments on commit 5c19c42

Please sign in to comment.