Skip to content

Commit

Permalink
Merge pull request #59 from wollanup/develop
Browse files Browse the repository at this point in the history
Add some conflict info
  • Loading branch information
wollanup authored Feb 26, 2018
2 parents d07787b + 542f29b commit 1d5befc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"phpunit/phpunit": "^6.0",
"propel/propel": "~2.0@dev",
"slim/slim": "3.*"
},
"conflict": {
"wollanup/php-api-rest-swagger": "<0.1"
}
}
5 changes: 3 additions & 2 deletions src/Slim/Handlers/Strategies/ActionStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function __construct(ContainerInterface $container)
* @param array $routeArguments
*
* @return mixed
* @throws \Exception
*/
public function __invoke(
callable $callable,
Expand Down Expand Up @@ -95,6 +96,7 @@ public function callAction(
* @param $routeArguments
*
* @return array
* @throws \ReflectionException
*/
protected function buildParams(
callable $callable,
Expand Down Expand Up @@ -200,8 +202,7 @@ protected function buildResponse($result, ResponseInterface $response)
* @param array $routeArguments
*
* @return mixed
* @throws ResponseBuilderException
* @throws ResponseFormatterException
* @throws \Exception
*/
protected function callHandler(
callable $callable,
Expand Down

0 comments on commit 1d5befc

Please sign in to comment.