mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +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 Authorization[]
|
||||
* @return string[]
|
||||
*/
|
||||
public function getAuthorizationURLs(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user