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

Description
While trying to create a resource from a numbered array an exception is thrown due to empty($name) check on zero index on this line.
Code to reproduce the issue
$array = [
['foo' => 'bar'],
];
$resource->embed('foobar', $resourceGenerator->fromArray($array));
Expected results
The resource should be generated just fine.
Actual results
Exception is thrown: $name provided to Zend\Expressive\Hal\HalResource cannot be empty