Skip to content

Commit 1636d22

Browse files
committed
review
1 parent e812d72 commit 1636d22

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Turbo/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# CHANGELOG
22

3-
## 3.0
3+
## 2.1
44

55
- `TurboStreamResponse` and `AddTurboStreamFormatSubscriber` have been removed, use native content negotiation instead:
66

77
```php
8-
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
98
use Symfony\UX\Turbo\TurboBundle;
109

1110
class TaskController extends AbstractController

src/Turbo/TurboBundle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ final class TurboBundle extends Bundle
2929

3030
public function boot(): void
3131
{
32-
// TODO: remove this hack when HttpFoundation 6.1 will be required https://github.com/symfony/symfony/pull/44980
3332
(new Request())->setFormat(self::STREAM_FORMAT, self::STREAM_MEDIA_TYPE);
3433
}
3534

0 commit comments

Comments
 (0)