Skip to content

Commit 1c4b7ee

Browse files
committed
Mark internal classes with internal
API of internal classes is not guaranteed, interfaces are allowed to be broken without major version bump.
1 parent 41be2f9 commit 1c4b7ee

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/ProfilerFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Xhgui\Profiler\Exception\ProfilerException;
66
use Xhgui\Profiler\Profilers\ProfilerInterface;
77

8+
/**
9+
* @internal
10+
*/
811
final class ProfilerFactory
912
{
1013
/**

src/ProfilingData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Xhgui\Profiler;
44

5+
/**
6+
* @internal
7+
*/
58
final class ProfilingData
69
{
710
/** @var array */

src/SaverFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use Xhgui_Saver;
88
use Xhgui_Saver_Interface;
99

10+
/**
11+
* @internal
12+
*/
1013
final class SaverFactory
1114
{
1215
/**

0 commit comments

Comments
 (0)