Skip to content

Commit c816b26

Browse files
committed
[HttpFoundation] Remove obsolete override
1 parent a000fcf commit c816b26

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)