Skip to content

Commit

Permalink
Merge pull request #74 from bunq/feature/return-base-class-bunq/sdk_p…
Browse files Browse the repository at this point in the history
…hp#73

Return static. (#73)
  • Loading branch information
dnl-blkv authored Nov 21, 2017
2 parents 98239f8 + c1be5b1 commit d303c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Core/BunqModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected static function fromJsonList(
/**
* @param string $json
*
* @return BunqModel
* @return static
*/
public static function createFromJsonString(string $json): BunqModel
{
Expand Down

0 comments on commit d303c7a

Please sign in to comment.