Skip to content

Commit

Permalink
Merge pull request #111 from cycle/fix/internal-orm
Browse files Browse the repository at this point in the history
Update EmbeddedLoader.php
  • Loading branch information
wolfy-j authored Jul 30, 2020
2 parents 763dce2 + eb506f7 commit 4e8f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/Loader/EmbeddedLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class EmbeddedLoader implements JoinableInterface
{
use ColumnsTrait;

/** @var ORMInterface */
/** @var ORMInterface @internal */
private $orm;

/** @var string */
Expand Down

0 comments on commit 4e8f5fd

Please sign in to comment.