Skip to content

Commit

Permalink
Apply fixes from StyleCI (#28374)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Apr 30, 2019
1 parent d86444e commit f01892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigurationUrlParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function getDriver($url)
$alias = $url['scheme'] ?? null;

if (! $alias) {
return null;
return;
}

return static::$driverAliases[$alias] ?? $alias;
Expand Down

0 comments on commit f01892d

Please sign in to comment.