mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-19 16:46:07 +00:00
Merge pull request #39 from adrorocker/master
Fix return type in Order::getAuthorizationURLs
This commit is contained in:
@@ -95,7 +95,7 @@ class Order
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return set of authorizations for the order
|
* Return set of authorizations for the order
|
||||||
* @return Authorization[]
|
* @return string[]
|
||||||
*/
|
*/
|
||||||
public function getAuthorizationURLs(): array
|
public function getAuthorizationURLs(): array
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user