We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b49fdb commit 78a4095Copy full SHA for 78a4095
CHANGELOG.md
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
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
14
v1.5
15
----
16
DependencyInjection/OhGoogleMapFormTypeExtension.php
@@ -14,10 +14,7 @@
*/
class OhGoogleMapFormTypeExtension extends Extension
{
17
- /**
18
- * {@inheritDoc}
19
- */
20
- public function load(array $configs, ContainerBuilder $container)
+ public function load(array $configs, ContainerBuilder $container): void
21
22
$configuration = new Configuration();
23
$config = $this->processConfiguration($configuration, $configs);
0 commit comments