Skip to content

Commit 78a4095

Browse files
authored
Remove deprecations for symfony 6.4 & bump to v1.7
Author: @AngelFQC
1 parent 6b49fdb commit 78a4095

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
v1.7
5+
----
6+
7+
* Removing deprecations for Symfony 6.4
8+
9+
v1.6
10+
----
11+
12+
* Removing deprecations for Symfony 6.1
13+
414
v1.5
515
----
616

DependencyInjection/OhGoogleMapFormTypeExtension.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
*/
1515
class OhGoogleMapFormTypeExtension extends Extension
1616
{
17-
/**
18-
* {@inheritDoc}
19-
*/
20-
public function load(array $configs, ContainerBuilder $container)
17+
public function load(array $configs, ContainerBuilder $container): void
2118
{
2219
$configuration = new Configuration();
2320
$config = $this->processConfiguration($configuration, $configs);

0 commit comments

Comments
 (0)