From d38c12b99e24391f41c2e957f9139000a5e5b2e7 Mon Sep 17 00:00:00 2001 From: gam6itko Date: Thu, 8 Aug 2024 14:49:26 +0300 Subject: [PATCH 1/3] [psalm fix level 4] TracerFactoryInterface - not internal --- src/Telemetry/src/LogTracerFactory.php | 3 ++- src/Telemetry/src/NullTracerFactory.php | 3 ++- src/Telemetry/src/TracerFactoryInterface.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Telemetry/src/LogTracerFactory.php b/src/Telemetry/src/LogTracerFactory.php index 0efbaaa4d..708d3b184 100644 --- a/src/Telemetry/src/LogTracerFactory.php +++ b/src/Telemetry/src/LogTracerFactory.php @@ -11,7 +11,8 @@ use Spiral\Logger\LogsInterface; /** - * @internal The component is under development. + * 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/Telemetry/src/NullTracerFactory.php b/src/Telemetry/src/NullTracerFactory.php index 26fe07ced..7682a9685 100644 --- a/src/Telemetry/src/NullTracerFactory.php +++ b/src/Telemetry/src/NullTracerFactory.php @@ -9,7 +9,8 @@ use Spiral\Core\ScopeInterface; /** - * @internal The component is under development. + * 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/Telemetry/src/TracerFactoryInterface.php b/src/Telemetry/src/TracerFactoryInterface.php index c87aee854..558ef6816 100644 --- a/src/Telemetry/src/TracerFactoryInterface.php +++ b/src/Telemetry/src/TracerFactoryInterface.php @@ -5,7 +5,8 @@ namespace Spiral\Telemetry; /** - * @internal The component is under development. + * 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}. */ From 7a9f2b2855f1c459b405388b572b025706afc2e1 Mon Sep 17 00:00:00 2001 From: gam6itko Date: Thu, 8 Aug 2024 14:54:29 +0300 Subject: [PATCH 2/3] [psalm fix level 4] TracerInterface - not internal --- src/Telemetry/src/TracerInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Telemetry/src/TracerInterface.php b/src/Telemetry/src/TracerInterface.php index 810e0fe67..7027020c2 100644 --- a/src/Telemetry/src/TracerInterface.php +++ b/src/Telemetry/src/TracerInterface.php @@ -7,7 +7,8 @@ use Spiral\Core\ScopeInterface; /** - * @internal The component is under development. + * 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}. */ From 0eabd1c818bc2be446440048de592f905756cdfb Mon Sep 17 00:00:00 2001 From: gam6itko Date: Thu, 8 Aug 2024 16:53:00 +0300 Subject: [PATCH 3/3] remove 'The component is under development.' --- src/Telemetry/src/LogTracerFactory.php | 2 -- src/Telemetry/src/NullTracerFactory.php | 2 -- src/Telemetry/src/TracerFactoryInterface.php | 2 -- src/Telemetry/src/TracerInterface.php | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/Telemetry/src/LogTracerFactory.php b/src/Telemetry/src/LogTracerFactory.php index 708d3b184..4b63d1d8a 100644 --- a/src/Telemetry/src/LogTracerFactory.php +++ b/src/Telemetry/src/LogTracerFactory.php @@ -11,8 +11,6 @@ use Spiral\Logger\LogsInterface; /** - * 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/Telemetry/src/NullTracerFactory.php b/src/Telemetry/src/NullTracerFactory.php index 7682a9685..ee2f5f88a 100644 --- a/src/Telemetry/src/NullTracerFactory.php +++ b/src/Telemetry/src/NullTracerFactory.php @@ -9,8 +9,6 @@ use Spiral\Core\ScopeInterface; /** - * 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/Telemetry/src/TracerFactoryInterface.php b/src/Telemetry/src/TracerFactoryInterface.php index 558ef6816..5abe73a1a 100644 --- a/src/Telemetry/src/TracerFactoryInterface.php +++ b/src/Telemetry/src/TracerFactoryInterface.php @@ -5,8 +5,6 @@ namespace Spiral\Telemetry; /** - * 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/Telemetry/src/TracerInterface.php b/src/Telemetry/src/TracerInterface.php index 7027020c2..0505f1dce 100644 --- a/src/Telemetry/src/TracerInterface.php +++ b/src/Telemetry/src/TracerInterface.php @@ -7,8 +7,6 @@ use Spiral\Core\ScopeInterface; /** - * 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}. */