Skip to content

Commit

Permalink
Merge pull request #111 from laravelsu/laravel_11.x
Browse files Browse the repository at this point in the history
Laravel 11.x
  • Loading branch information
tabuna authored Mar 27, 2024
2 parents 72034c1 + bdc3185 commit 439d3ea
Show file tree
Hide file tree
Showing 36 changed files with 885 additions and 1,909 deletions.
54 changes: 0 additions & 54 deletions app/Console/Kernel.php

This file was deleted.

63 changes: 0 additions & 63 deletions app/Exceptions/Handler.php

This file was deleted.

4 changes: 2 additions & 2 deletions app/Http/Controllers/PositionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class PositionsController extends Controller
{
/**
* @return \Illuminate\Contracts\View\View|\Tonysm\TurboLaravel\Http\MultiplePendingTurboStreamResponse|\Tonysm\TurboLaravel\Http\PendingTurboStreamResponse|null
* @return \Illuminate\Contracts\View\View|\HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse|\HotwiredLaravel\\Http\PendingTurboStreamResponse|null

Check failure on line 16 in app/Http/Controllers/PositionsController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PositionsController.php:16:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse does not exist (see https://psalm.dev/200)

Check failure on line 16 in app/Http/Controllers/PositionsController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PositionsController.php:16:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\PendingTurboStreamResponse does not exist (see https://psalm.dev/200)
*/
public function jobs()
{
Expand Down Expand Up @@ -145,7 +145,7 @@ public function list(Request $request)
}

/**
* @return \Illuminate\Contracts\View\View|\Tonysm\TurboLaravel\Http\MultiplePendingTurboStreamResponse|\Tonysm\TurboLaravel\Http\PendingTurboStreamResponse|null
* @return \Illuminate\Contracts\View\View|\HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse|\HotwiredLaravel\\Http\PendingTurboStreamResponse|null

Check failure on line 148 in app/Http/Controllers/PositionsController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PositionsController.php:148:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse does not exist (see https://psalm.dev/200)

Check failure on line 148 in app/Http/Controllers/PositionsController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PositionsController.php:148:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\PendingTurboStreamResponse does not exist (see https://psalm.dev/200)
*/
public function latest()
{
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class PostController extends Controller
{
/**
* @return \Illuminate\Contracts\View\View|\Tonysm\TurboLaravel\Http\MultiplePendingTurboStreamResponse|\Tonysm\TurboLaravel\Http\PendingTurboStreamResponse|null
* @return \Illuminate\Contracts\View\View|\HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse|\HotwiredLaravel\\Http\PendingTurboStreamResponse|null

Check failure on line 14 in app/Http/Controllers/PostController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PostController.php:14:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse does not exist (see https://psalm.dev/200)

Check failure on line 14 in app/Http/Controllers/PostController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PostController.php:14:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\PendingTurboStreamResponse does not exist (see https://psalm.dev/200)
*/
public function feed()
{
Expand Down Expand Up @@ -71,7 +71,7 @@ public function show(Post $post)
/**
* @param \Illuminate\Http\Request $request
*
* @return \Tonysm\TurboLaravel\Http\MultiplePendingTurboStreamResponse|\Tonysm\TurboLaravel\Http\PendingTurboStreamResponse
* @return \HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse|\HotwiredLaravel\\Http\PendingTurboStreamResponse

Check failure on line 74 in app/Http/Controllers/PostController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PostController.php:74:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\MultiplePendingTurboStreamResponse does not exist (see https://psalm.dev/200)

Check failure on line 74 in app/Http/Controllers/PostController.php

View workflow job for this annotation

GitHub Actions / static-analysis

UndefinedDocblockClass

app/Http/Controllers/PostController.php:74:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named HotwiredLaravel\\Http\PendingTurboStreamResponse does not exist (see https://psalm.dev/200)
*/
public function preview(Request $request)
{
Expand Down
17 changes: 0 additions & 17 deletions app/Http/Middleware/Authenticate.php

This file was deleted.

17 changes: 0 additions & 17 deletions app/Http/Middleware/EncryptCookies.php

This file was deleted.

17 changes: 0 additions & 17 deletions app/Http/Middleware/PreventRequestsDuringMaintenance.php

This file was deleted.

30 changes: 0 additions & 30 deletions app/Http/Middleware/RedirectIfAuthenticated.php

This file was deleted.

19 changes: 0 additions & 19 deletions app/Http/Middleware/TrimStrings.php

This file was deleted.

20 changes: 0 additions & 20 deletions app/Http/Middleware/TrustHosts.php

This file was deleted.

28 changes: 0 additions & 28 deletions app/Http/Middleware/TrustProxies.php

This file was deleted.

70 changes: 0 additions & 70 deletions app/Http/Middleware/Turbo.php

This file was deleted.

Loading

0 comments on commit 439d3ea

Please sign in to comment.