Skip to content

Commit

Permalink
use laravel handler
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 7, 2024
1 parent d55dcec commit a32294e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/TurboHX.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit a32294e

Please sign in to comment.