Skip to content

Commit 168cf9b

Browse files
Run phpcs code fixer
1 parent 70d0f73 commit 168cf9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Eloquent/DocumentModel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,9 +755,7 @@ public function refresh()
755755
return $this;
756756
}
757757

758-
/**
759-
* @inheritDoc
760-
*/
758+
/** @inheritDoc */
761759
public function toArray()
762760
{
763761
$embeds = [];

src/Eloquent/EmbedsRelations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
use MongoDB\Laravel\Relations\EmbedsMany;
99
use MongoDB\Laravel\Relations\EmbedsOne;
1010
use MongoDB\Laravel\Relations\EmbedsOneOrMany;
11+
1112
use function class_basename;
1213
use function debug_backtrace;
14+
use function is_a;
1315

1416
use const DEBUG_BACKTRACE_IGNORE_ARGS;
1517

0 commit comments

Comments
 (0)