Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jan 20, 2025
1 parent 695de62 commit 627b43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ parameters:
- '#Constant STREAM_POLLIN not found.#'
- '#Constant STREAM_POLLNONE not found.#'
- '#Constant STREAM_POLLOUT not found.#'
- '#Property Workerman\\Events\\Swow::.* has unknown class Workerman\\Coroutine\\Swow as its type.#'
- '#Call to static method .* on an unknown class Workerman\\Coroutine\\Swow.#'
- '#Property Workerman\\Events\\Swow::.* has unknown class Workerman\\Coroutine\\Coroutine\\Swow as its type.#'
- '#Call to static method .* on an unknown class Workerman\\Coroutine\\Coroutine\\Swow.#'
-
path: src/Events/Event.php
reportUnmatched: false
Expand Down

0 comments on commit 627b43d

Please sign in to comment.