Skip to content

Commit

Permalink
docs: add @internal
Browse files Browse the repository at this point in the history
I don't want to provide pubic static method.
  • Loading branch information
kenjis committed Oct 31, 2023
1 parent 3d167be commit 112fcea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/Helpers/Array/ArrayHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
namespace CodeIgniter\Helpers\Array;

/**
* @interal This is internal implementation for the framework.
*
* If there are any methods that should be provided, make them
* public APIs via helper functions.
*
* @see \CodeIgniter\Helpers\Array\ArrayHelperRecursiveDiffTest
*/
final class ArrayHelper
Expand Down

0 comments on commit 112fcea

Please sign in to comment.