@@ -45,6 +45,16 @@ diff --git a/src/Symfony/Component/BrowserKit/AbstractBrowser.php b/src/Symfony/
45
45
+ protected function filterResponse(object $response): Response
46
46
{
47
47
return $response;
48
+ diff --git a/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
49
+ --- a/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
50
+ +++ b/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
51
+ @@ -94,5 +94,5 @@ abstract class NodeDefinition implements NodeParentInterface
52
+ * @return NodeParentInterface|NodeBuilder|NodeDefinition|ArrayNodeDefinition|VariableNodeDefinition
53
+ */
54
+ - public function end(): NodeParentInterface
55
+ + public function end(): NodeParentInterface|NodeBuilder|NodeDefinition|ArrayNodeDefinition|VariableNodeDefinition
56
+ {
57
+ return $this->parent;
48
58
diff --git a/src/Symfony/Component/Console/Command/Command.php b/src/Symfony/Component/Console/Command/Command.php
49
59
--- a/src/Symfony/Component/Console/Command/Command.php
50
60
+++ b/src/Symfony/Component/Console/Command/Command.php
@@ -72,14 +82,14 @@ diff --git a/src/Symfony/Component/Console/Command/Command.php b/src/Symfony/Com
72
82
diff --git a/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php b/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
73
83
--- a/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
74
84
+++ b/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
75
- @@ -41 ,5 +41 ,5 @@ abstract class AbstractRecursivePass implements CompilerPassInterface
85
+ @@ -38 ,5 +38 ,5 @@ abstract class AbstractRecursivePass implements CompilerPassInterface
76
86
* @return void
77
87
*/
78
88
- public function process(ContainerBuilder $container)
79
89
+ public function process(ContainerBuilder $container): void
80
90
{
81
91
$this->container = $container;
82
- @@ -72 ,5 +72 ,5 @@ abstract class AbstractRecursivePass implements CompilerPassInterface
92
+ @@ -69 ,5 +69 ,5 @@ abstract class AbstractRecursivePass implements CompilerPassInterface
83
93
* @return mixed
84
94
*/
85
95
- protected function processValue(mixed $value, bool $isRoot = false)
@@ -278,28 +288,28 @@ diff --git a/src/Symfony/Component/Form/FormTypeInterface.php b/src/Symfony/Comp
278
288
diff --git a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
279
289
--- a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
280
290
+++ b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
281
- @@ -38 ,5 +38 ,5 @@ abstract class Bundle implements BundleInterface
291
+ @@ -35 ,5 +35 ,5 @@ abstract class Bundle implements BundleInterface
282
292
* @return void
283
293
*/
284
294
- public function boot()
285
295
+ public function boot(): void
286
296
{
287
297
}
288
- @@ -45 ,5 +45 ,5 @@ abstract class Bundle implements BundleInterface
298
+ @@ -42 ,5 +42 ,5 @@ abstract class Bundle implements BundleInterface
289
299
* @return void
290
300
*/
291
301
- public function shutdown()
292
302
+ public function shutdown(): void
293
303
{
294
304
}
295
- @@ -55 ,5 +55 ,5 @@ abstract class Bundle implements BundleInterface
305
+ @@ -52 ,5 +52 ,5 @@ abstract class Bundle implements BundleInterface
296
306
* @return void
297
307
*/
298
308
- public function build(ContainerBuilder $container)
299
309
+ public function build(ContainerBuilder $container): void
300
310
{
301
311
}
302
- @@ -125 ,5 +125 ,5 @@ abstract class Bundle implements BundleInterface
312
+ @@ -122 ,5 +122 ,5 @@ abstract class Bundle implements BundleInterface
303
313
* @return void
304
314
*/
305
315
- public function registerCommands(Application $application)
0 commit comments