Skip to content

Commit

Permalink
Merge pull request #11 from fcastilloes/rename-get-origin
Browse files Browse the repository at this point in the history
Rename method to adhere to spec
  • Loading branch information
fcastilloes committed Apr 29, 2017
2 parents 26585d0 + e3534f8 commit 6dd8eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Api/TransportReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getRequestTimestamp(): string
/**
* @return array
*/
public function getOrigin(): array
public function getOriginService(): array
{
return $this->transport->getMeta()->getOrigin();
}
Expand Down
2 changes: 1 addition & 1 deletion src/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getRequestTimestamp(): string;
*
* @return array
*/
public function getOrigin(): array;
public function getOriginService(): array;

/**
* Get a custom userland property
Expand Down

0 comments on commit 6dd8eac

Please sign in to comment.