Skip to content

Commit 36bda36

Browse files
committed
Remove return type of constructor
1 parent e9a256d commit 36bda36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Type/GoogleMapType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class GoogleMapType extends AbstractType
1717

1818
private $api_key;
1919

20-
public function __construct($api_key): void
20+
public function __construct($api_key)
2121
{
2222
$this->api_key = $api_key;
2323
}

0 commit comments

Comments
 (0)