We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41be2f9 commit 1c4b7eeCopy full SHA for 1c4b7ee
3 files changed
src/ProfilerFactory.php
@@ -5,6 +5,9 @@
5
use Xhgui\Profiler\Exception\ProfilerException;
6
use Xhgui\Profiler\Profilers\ProfilerInterface;
7
8
+/**
9
+ * @internal
10
+ */
11
final class ProfilerFactory
12
{
13
/**
src/ProfilingData.php
@@ -2,6 +2,9 @@
2
3
namespace Xhgui\Profiler;
4
final class ProfilingData
/** @var array */
src/SaverFactory.php
@@ -7,6 +7,9 @@
use Xhgui_Saver;
use Xhgui_Saver_Interface;
final class SaverFactory
14
15
0 commit comments