Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 29edb06

Browse files
committed
Merge pull request #50 from sunspikes/master
Fix HalResource constructor phpdoc
2 parents f17aad0 + 91a0d50 commit 29edb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HalResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class HalResource implements EvolvableLinkProviderInterface, JsonSerializable
5454
/**
5555
* @param array $data
5656
* @param LinkInterface[] $links
57-
* @param HalResource[] $embedded
57+
* @param HalResource[][] $embedded
5858
*/
5959
public function __construct(array $data = [], array $links = [], array $embedded = [])
6060
{

0 commit comments

Comments
 (0)