Skip to content

Commit

Permalink
Fix typo and deptrac rule (#1156)
Browse files Browse the repository at this point in the history
* Fix typo "interal" -> "internal"
* Remove semconv from API deptrac ruleset
Removed in open-telemetry/opentelemetry-php#965.
  • Loading branch information
Nevay authored Dec 7, 2023
1 parent 806b82d commit 3d4a684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/Configuration/Resolver/CompositeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use OpenTelemetry\SDK\Common\Configuration\Configuration;

/**
* @interal
* @internal
*/
class CompositeResolver
{
Expand Down
2 changes: 1 addition & 1 deletion Common/Configuration/Resolver/PhpIniResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use OpenTelemetry\SDK\Common\Configuration\Configuration;

/**
* @interal
* @internal
* @psalm-suppress TypeDoesNotContainType
*/
class PhpIniResolver implements ResolverInterface
Expand Down

0 comments on commit 3d4a684

Please sign in to comment.