Fix return type in Order::getAuthorizationURLs

Fix return type in Afosto\Acme\Data\Order::getAuthorizationURLs docblock
This commit is contained in:
Adro Rocker
2021-04-26 10:32:28 -05:00
committed by GitHub
parent 0fdf35750a
commit 46c045ddb6

View File

@@ -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
{ {