Skip to content

Commit

Permalink
🎨 添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
何平 committed Jan 5, 2024
1 parent 4a1d18d commit 27a4f79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cloud-admin/SDB/Business/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ private function analyzeRouter(
}

/**
* @phpstan-param string $server
* @phpstan-param RouteCollector $router
* @phpstan-param array<array-key, mixed> &$data
* @phpstan-param string $serverName
* @phpstan-param string $method
* @phpstan-param string|null $path
* @phpstan-param Handler $handler
* @phpstan-return array<array-key, mixed>
*/
private function analyzeHandler(
Expand Down

0 comments on commit 27a4f79

Please sign in to comment.