From a32294ee8bfcec5b9d94810cc7caab595a07a3e2 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 6 Feb 2024 21:20:45 -0500 Subject: [PATCH] use laravel handler --- phpstan-baseline.neon | 15 --------------- src/TurboHX.php | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 12fe43c..10f2b6a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,20 +1,5 @@ parameters: ignoreErrors: - - - message: "#^Cannot access property \\$action on object\\|string\\.$#" - count: 2 - path: src/RequestHandler.php - - - - message: "#^Variable \\$matchedView might not be defined\\.$#" - count: 4 - path: src/RequestHandler.php - - - - message: "#^Variable \\$mountPath might not be defined\\.$#" - count: 2 - path: src/RequestHandler.php - - message: "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\:\\:expect\\(\\)\\.$#" count: 1 diff --git a/src/TurboHX.php b/src/TurboHX.php index f5e4177..9a2f129 100644 --- a/src/TurboHX.php +++ b/src/TurboHX.php @@ -8,6 +8,7 @@ use InvalidArgumentException; use Laravel\Folio\MountPath; use Laravel\Folio\Pipeline\MatchedView; +use Laravel\Folio\RequestHandler; class TurboHX extends \Laravel\Folio\FolioManager {