Unverified Commit a78d7ba0 authored by Stephan de Souza's avatar Stephan de Souza Committed by GitHub

Removing unnecessary dockblocks

parent 89667a59
......@@ -8,9 +8,7 @@ use MongoDB\BSON\ObjectID;
class EmbedsOne extends EmbedsOneOrMany
{
/**
* @inheritdoc
*/
public function initRelation(array $models, $relation)
{
foreach ($models as $model) {
......@@ -20,17 +18,11 @@ class EmbedsOne extends EmbedsOneOrMany
return $models;
}
/**
* @inheritdoc
*/
public function getResults()
{
return $this->toModel($this->getEmbedded());
}
/**
* @inheritdoc
*/
public function getEager()
{
$eager = $this->get();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment