diff --git a/src/LogTracerFactory.php b/src/LogTracerFactory.php index 0efbaaa..4b63d1d 100644 --- a/src/LogTracerFactory.php +++ b/src/LogTracerFactory.php @@ -11,7 +11,6 @@ use Spiral\Logger\LogsInterface; /** - * @internal The component is under development. * Something may be changed in the future. We will stable it soon. * Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}. */ diff --git a/src/NullTracerFactory.php b/src/NullTracerFactory.php index 26fe07c..ee2f5f8 100644 --- a/src/NullTracerFactory.php +++ b/src/NullTracerFactory.php @@ -9,7 +9,6 @@ use Spiral\Core\ScopeInterface; /** - * @internal The component is under development. * Something may be changed in the future. We will stable it soon. * Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}. */ diff --git a/src/TracerFactoryInterface.php b/src/TracerFactoryInterface.php index c87aee8..5abe73a 100644 --- a/src/TracerFactoryInterface.php +++ b/src/TracerFactoryInterface.php @@ -5,7 +5,6 @@ namespace Spiral\Telemetry; /** - * @internal The component is under development. * Something may be changed in the future. We will stable it soon. * Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}. */ diff --git a/src/TracerInterface.php b/src/TracerInterface.php index 810e0fe..0505f1d 100644 --- a/src/TracerInterface.php +++ b/src/TracerInterface.php @@ -7,7 +7,6 @@ use Spiral\Core\ScopeInterface; /** - * @internal The component is under development. * Something may be changed in the future. We will stable it soon. * Feedback is welcome {@link https://github.com/spiral/framework/discussions/822}. */