Skip to content

Commit

Permalink
Simplify if-else to if.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed May 5, 2018
1 parent 47aeaee commit 065670c
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -159,9 +159,7 @@ protected function getInput()

return implode($html);
}
else
{
return '';
}

return '';
}
}

0 comments on commit 065670c

Please sign in to comment.