Skip to content

Commit

Permalink
Removes empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
greeflas committed Sep 25, 2017
1 parent 93e208a commit ca65c83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/widgets/LetsTalk.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ protected function processMessengers()
{
$messengers = $this->_configurator->getMessengersConfig();
$links = [];

foreach ($messengers as $key => $messenger) {
if (isset($messenger['class'])) {
$driver = $this->createDriver($messenger);
Expand All @@ -218,7 +217,6 @@ protected function processMessengers()
$driver->getLink(),
$this->combineOptions($messenger)
);

if ($mobileLink = $driver->getMobileLink()) {
$links[] = Html::a(
$this->buildLabel($messenger, Inflector::camel2words($key)),
Expand All @@ -228,7 +226,6 @@ protected function processMessengers()
}
}
}

return $links;
}

Expand Down

0 comments on commit ca65c83

Please sign in to comment.