Skip to content

Commit fa42177

Browse files
committed
Update some phpDoc
1 parent 66e5943 commit fa42177

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Slim/Handlers/Strategies/ActionStrategy.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function __construct(ContainerInterface $container)
4848
* @param array $routeArguments
4949
*
5050
* @return mixed
51+
* @throws \Exception
5152
*/
5253
public function __invoke(
5354
callable $callable,
@@ -95,6 +96,7 @@ public function callAction(
9596
* @param $routeArguments
9697
*
9798
* @return array
99+
* @throws \ReflectionException
98100
*/
99101
protected function buildParams(
100102
callable $callable,
@@ -200,8 +202,7 @@ protected function buildResponse($result, ResponseInterface $response)
200202
* @param array $routeArguments
201203
*
202204
* @return mixed
203-
* @throws ResponseBuilderException
204-
* @throws ResponseFormatterException
205+
* @throws \Exception
205206
*/
206207
protected function callHandler(
207208
callable $callable,

0 commit comments

Comments
 (0)