Skip to content

Commit 17fa419

Browse files
committed
feat: ready for symfony 5.3, add github actions, merged from orginal repo suncat2000#143, suncat2000#144, suncat2000#135, suncat2000#133
1 parent 9920774 commit 17fa419

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/DependencyInjection/MobileDetectExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class MobileDetectExtension extends Extension
2323
{
2424
/**
2525
* {@inheritDoc}
26+
* @throws \Exception
2627
*/
2728
public function load(array $configs, ContainerBuilder $container)
2829
{
@@ -70,9 +71,6 @@ public function load(array $configs, ContainerBuilder $container)
7071

7172
/**
7273
* Validate host
73-
* @param string $url
74-
*
75-
* @return boolean
7674
*/
7775
protected function validHost(string $url): bool
7876
{

0 commit comments

Comments
 (0)