Skip to content

Commit

Permalink
- rename @invisible to @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Aug 13, 2019
1 parent 8e20b7e commit d0f28bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/Command/DatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@

abstract class DatabaseCommand implements CommandInterface
{
/**
* @invisible
* @var DatabaseInterface
*/
/** @var DatabaseInterface @internal */
protected $db;

/** @var string|null */
Expand Down
5 changes: 1 addition & 4 deletions src/Heap/Traits/VisitorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
*/
trait VisitorTrait
{
/**
* @invisible
* @var array
*/
/** @var array @internal */
private $visited = [];

/**
Expand Down

0 comments on commit d0f28bd

Please sign in to comment.