Skip to content

Commit a78d7ba

Browse files
Removing unnecessary dockblocks
1 parent 89667a5 commit a78d7ba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Jenssegers/Mongodb/Relations/EmbedsOne.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
class EmbedsOne extends EmbedsOneOrMany
1010
{
11-
/**
12-
* @inheritdoc
13-
*/
11+
1412
public function initRelation(array $models, $relation)
1513
{
1614
foreach ($models as $model) {
@@ -20,17 +18,11 @@ public function initRelation(array $models, $relation)
2018
return $models;
2119
}
2220

23-
/**
24-
* @inheritdoc
25-
*/
2621
public function getResults()
2722
{
2823
return $this->toModel($this->getEmbedded());
2924
}
3025

31-
/**
32-
* @inheritdoc
33-
*/
3426
public function getEager()
3527
{
3628
$eager = $this->get();

0 commit comments

Comments
 (0)