Skip to content

Commit 800c629

Browse files
committed
Resolves #122 Changes return docblock for HalInterface::getLinks
1 parent 3444e23 commit 800c629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hal-view/src/HalResourceInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface HalResourceInterface
1717
* Generates: {"_links": {"self": {"href": "/actors/123"}}}
1818
*
1919
* @param \Cake\Datasource\EntityInterface $entity an instance of the Entity
20-
* @return string[]
20+
* @return array
2121
*/
2222
public function getHalLinks(EntityInterface $entity): array;
2323

0 commit comments

Comments
 (0)