Skip to content

Commit 0f865a4

Browse files
committed
feat: refactor the arr helper class, add new util method
1 parent 155d13b commit 0f865a4

File tree

5 files changed

+553
-471
lines changed

5 files changed

+553
-471
lines changed

src/Arr/ArrConst.php

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace Toolkit\Stdlib\Arr;
4+
5+
/**
6+
* class ArrConst
7+
*
8+
* @author inhere
9+
* @date 2022/12/30
10+
*/
11+
class ArrConst
12+
{
13+
public const FLAT_DOT_JOIN_INDEX = 1;
14+
15+
}

0 commit comments

Comments
 (0)