Skip to content

Commit 086422c

Browse files
AnastasiaAnastasia
authored andcommitted
fixed BaseApplication::getArguments declaration
1 parent 1a8755e commit 086422c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/BaseApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function after()
4949
return;
5050
}
5151

52-
protected function getArguments()
52+
protected function getArguments($request, $response, $data)
5353
{
5454
return [];
5555
}

0 commit comments

Comments
 (0)