We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3444e23 commit 800c629Copy full SHA for 800c629
plugins/hal-view/src/HalResourceInterface.php
@@ -17,7 +17,7 @@ interface HalResourceInterface
17
* Generates: {"_links": {"self": {"href": "/actors/123"}}}
18
*
19
* @param \Cake\Datasource\EntityInterface $entity an instance of the Entity
20
- * @return string[]
+ * @return array
21
*/
22
public function getHalLinks(EntityInterface $entity): array;
23
0 commit comments