Skip to content

Commit

Permalink
Merge pull request antonioribeiro#239 from antonioribeiro/analysis-qB…
Browse files Browse the repository at this point in the history
…dvkr

Apply fixes from StyleCI
  • Loading branch information
antonioribeiro authored Jan 31, 2017
2 parents 92b7b3b + 67ce39e commit 7bb3f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/RepositoryManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ public function getRefererId($referer)
if ($referer) {
$url = parse_url($referer);

if (! isset($url['host'])) {
return null;
if (!isset($url['host'])) {
return;
}

$parts = explode('.', $url['host']);
Expand Down

0 comments on commit 7bb3f20

Please sign in to comment.