Skip to content

Commit

Permalink
Ensure new Launcher and Verifier classes are marked @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 18, 2020
1 parent d588a41 commit 4fb263e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CoreAgent/Launcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use function sprintf;
use function stripos;

/** @internal */
class Launcher
{
/** @var LoggerInterface */
Expand Down
1 change: 1 addition & 0 deletions src/CoreAgent/Verifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use function hash_equals;
use function hash_file;

/** @internal */
class Verifier
{
/** @var LoggerInterface */
Expand Down

0 comments on commit 4fb263e

Please sign in to comment.