mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
chore!: update to golangci-lint-action 7 (#1508)
This commit is contained in:
@@ -47,7 +47,7 @@ func (handler *regularThread) beforeScriptExecution() string {
|
||||
}
|
||||
|
||||
// return true if the worker should continue to run
|
||||
func (handler *regularThread) afterScriptExecution(exitStatus int) {
|
||||
func (handler *regularThread) afterScriptExecution(int) {
|
||||
handler.afterRequest()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user