Skip to content

Commit cc6e1f7

Browse files
authored
Update TwigExtension.php
1 parent 3cc0b1d commit cc6e1f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Turbo/src/Twig/TwigExtension.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function turboStreamListen(Environment $env, $topic, ?string $transport =
7070
*
7171
* Inspired by Turbo Rails
7272
* ({@see https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/drive_helper.rb}).
73-
*
74-
* @return string
7573
*/
7674
public function turboExemptsPageFromCache(): string
7775
{
@@ -83,8 +81,6 @@ public function turboExemptsPageFromCache(): string
8381
*
8482
* Inspired by Turbo Rails
8583
* ({@see https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/drive_helper.rb}).
86-
*
87-
* @return string
8884
*/
8985
public function turboExemptsPageFromPreview(): string
9086
{
@@ -96,8 +92,6 @@ public function turboExemptsPageFromPreview(): string
9692
*
9793
* Inspired by Turbo Rails
9894
* ({@see https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/drive_helper.rb}).
99-
*
100-
* @return string
10195
*/
10296
public function turboPageRequiresReload(): string
10397
{

0 commit comments

Comments
 (0)