Skip to content

Commit

Permalink
feat: ready for symfony 5.3, add github actions, merged from orginal …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 committed Sep 25, 2021
1 parent 9920774 commit 17fa419
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DependencyInjection/MobileDetectExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class MobileDetectExtension extends Extension
{
/**
* {@inheritDoc}
* @throws \Exception
*/
public function load(array $configs, ContainerBuilder $container)
{
Expand Down Expand Up @@ -70,9 +71,6 @@ public function load(array $configs, ContainerBuilder $container)

/**
* Validate host
* @param string $url
*
* @return boolean
*/
protected function validHost(string $url): bool
{
Expand Down

0 comments on commit 17fa419

Please sign in to comment.