Skip to content

Commit e672070

Browse files
committed
Merge branch '2.4'
* 2.4: unified return null usages [Validator] added Japanese translation Textarea value should default to empty string instead of null. Fix doc blocks [Process] Fix #10681, process are failing on Windows Server 2003 updated doc [Security] fix DBAL connection typehint [HttpFoundation] status 201 is allowed to have a body unified return null usages Conflicts: src/Symfony/Component/DependencyInjection/ContainerBuilder.php src/Symfony/Component/DomCrawler/Crawler.php src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php
2 parents 461b783 + c5b52f0 commit e672070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/GetSetMethodNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function provideCallbacks()
168168
array(
169169
array(
170170
'bar' => function ($bar) {
171-
return null;
171+
return;
172172
},
173173
),
174174
'baz',

0 commit comments

Comments
 (0)