Skip to content

Commit af106e1

Browse files
Merge branch '6.0' into 6.1
* 6.0: [Serializer] Fix denormalizing union types [HttpFoundation] Remove obsolete override bug #42637 [Security] Fixed TOCTOU in RememberMe cache token verifier Fix compatibility of ldap 6.0 with security 5.x Add missing upgrade note for ldap [Mailer] Preserve case of headers
2 parents 5ab9072 + c816b26 commit af106e1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

InputBag.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ public function get(string $key, mixed $default = null): string|int|float|bool|n
4040
return $this === $value ? $default : $value;
4141
}
4242

43-
/**
44-
* {@inheritdoc}
45-
*/
46-
public function all(string $key = null): array
47-
{
48-
return parent::all($key);
49-
}
50-
5143
/**
5244
* Replaces the current input values by a new set.
5345
*/

0 commit comments

Comments
 (0)