We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e52ed1 commit b20e24dCopy full SHA for b20e24d
phpstan.neon
@@ -8,14 +8,14 @@ parameters:
8
bootstrapFiles:
9
- vendor/autoload.php
10
ignoreErrors:
11
- - '#Parameter \#1 of callable .* expects Express\\Http\\Request, .* given#'
+ - '#Parameter \#1 of callable .* expects Helix\\Http\\Request, .* given#'
12
13
- # Express-PHP specific ignores
+ # HelixPHP specific ignores
14
universalObjectCratesClasses:
15
- - Express\Http\Request
16
- - Express\Http\Response
17
- - Express\Core\Application
+ - Helix\Http\Request
+ - Helix\Http\Response
+ - Helix\Core\Application
18
19
# Stub files for better type inference
20
stubFiles:
21
- - vendor/cafernandes/express-php/src/Http/Request.php
+ - vendor/helixphp/core/src/Http/Request.php
0 commit comments