Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nullx27 committed Jan 7, 2018
1 parent 4b4d8c8 commit f1e8ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.0",
"nullx27/esi-php": "^1.1",
"nullx27/esi-php": "^1.3",
"psr/cache": "^1.0",
"cache/array-adapter": "^0.5.0",
"psr/log": "^1.0",
Expand Down
8 changes: 4 additions & 4 deletions src/Easi.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ public function getConfig(): Configuration
/**
* Call endpoint method.
*
* @param string $name Method name
* @param array $arguments
* @param string $name Method name
* @param array $arguments
*
* @return Response
* @throws EndpointNotFoundException
* @throws Exceptions\ApiException
* @throws MethodNotFoundException
*
* @return Response
*/
public function __call(string $name, array $arguments): Response
{
Expand Down

0 comments on commit f1e8ef1

Please sign in to comment.