Skip to content

Commit 4f8d7a6

Browse files
committed
fix phpstan error
1 parent f79f37b commit 4f8d7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parameters:
2727
# - '#^Call to an undefined method Swoft\\Server\\Server::disconnect\(\)\.$#'
2828
- '#^Call to an undefined method\sPsr\\Http\\Message\\ServerRequestInterface::getUriPath\(\)#'
2929
- '#.+onstant APP_DEBUG not found.#'
30-
- '#^Function view not found.#'
30+
# - '#^Function view not found.#'
3131
# - '#^Call to static method \w+\(\) on an unknown class Swoft\\Cache\\Cache.#'
3232
# These are ignored for now
3333
-

0 commit comments

Comments
 (0)