Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Apr 27, 2024
1 parent fbf8f4d commit 486eb74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ jobs:
uses: shogo82148/actions-setup-redis@v1
with:
redis-version: "6.x"
- name: Brew
run: |
brew install pcre
- name: Get Openssl Dir
id: opecssl-dir
run: echo "path=$(brew --prefix [email protected])" >> $GITHUB_OUTPUT
Expand Down
4 changes: 4 additions & 0 deletions src/Server/Http/Middleware/ActionMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ private function prepareActionParams(Request $request, RouteResult $routeResult)
$headers[$name] = implode(', ', $values);
}
}
else
{
$extractData = [];
}

/** @var ActionMethodItem[] $actionMethodCache */
foreach ($actionMethodCache as $actionMethodCacheItem)
Expand Down

0 comments on commit 486eb74

Please sign in to comment.