Skip to content

Commit 1d5befc

Browse files
authored
Merge pull request #59 from wollanup/develop
Add some conflict info
2 parents d07787b + 542f29b commit 1d5befc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"phpunit/phpunit": "^6.0",
3636
"propel/propel": "~2.0@dev",
3737
"slim/slim": "3.*"
38+
},
39+
"conflict": {
40+
"wollanup/php-api-rest-swagger": "<0.1"
3841
}
3942
}

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)