Skip to content

Commit 08ff4d6

Browse files
authored
Fix typo and deptrac rule (#1156)
* Fix typo "interal" -> "internal" * Remove semconv from API deptrac ruleset Removed in open-telemetry/opentelemetry-php#965.
1 parent d577d73 commit 08ff4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Globals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function loggerProvider(): LoggerProviderInterface
6767
/**
6868
* @param Closure(Configurator): Configurator $initializer
6969
*
70-
* @interal
70+
* @internal
7171
* @psalm-internal OpenTelemetry
7272
*/
7373
public static function registerInitializer(Closure $initializer): void

0 commit comments

Comments
 (0)