Skip to content

Commit 112fcea

Browse files
committed
docs: add @internal
I don't want to provide pubic static method.
1 parent 3d167be commit 112fcea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

system/Helpers/Array/ArrayHelper.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
namespace CodeIgniter\Helpers\Array;
1313

1414
/**
15+
* @interal This is internal implementation for the framework.
16+
*
17+
* If there are any methods that should be provided, make them
18+
* public APIs via helper functions.
19+
*
1520
* @see \CodeIgniter\Helpers\Array\ArrayHelperRecursiveDiffTest
1621
*/
1722
final class ArrayHelper

0 commit comments

Comments
 (0)