Skip to content

Commit

Permalink
Merge pull request #542 from sandervanhooft/fix_org_docblock
Browse files Browse the repository at this point in the history
Fix organizations docblock
  • Loading branch information
sandervanhooft authored Mar 29, 2021
2 parents 53f461a + 5fa5632 commit 6b0cd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Endpoints/OrganizationEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Mollie\Api\Endpoints;

use Mollie\Api\Exceptions\ApiException;
use Mollie\Api\Resources\Method;
use Mollie\Api\Resources\Organization;
use Mollie\Api\Resources\OrganizationCollection;

Expand Down Expand Up @@ -39,7 +38,7 @@ protected function getResourceCollectionObject($count, $_links)
*
* @param string $organizationId
* @param array $parameters
* @return Method
* @return Organization
* @throws ApiException
*/
public function get($organizationId, array $parameters = [])
Expand All @@ -55,7 +54,7 @@ public function get($organizationId, array $parameters = [])
* Retrieve the current organization from Mollie.
*
* @param array $parameters
* @return Method
* @return Organization
* @throws ApiException
*/
public function current(array $parameters = [])
Expand Down
2 changes: 1 addition & 1 deletion src/MollieApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MollieApiClient
/**
* Version of our client.
*/
const CLIENT_VERSION = "2.30.0";
const CLIENT_VERSION = "2.30.1";

/**
* Endpoint of the remote API.
Expand Down

0 comments on commit 6b0cd53

Please sign in to comment.