mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-18 16:16:08 +00:00
Fix return type in Order::getAuthorizationURLs
Fix return type in Afosto\Acme\Data\Order::getAuthorizationURLs docblock
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