Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 6d4de76

Browse files
committed
inspact and reformat codes ...
1 parent 84196c4 commit 6d4de76

File tree

4 files changed

+315
-183
lines changed

4 files changed

+315
-183
lines changed

src/Arr.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Class Arr
1313
* alias of the StringHelper
14+
*
1415
* @package Toolkit\ArrUtil
1516
*/
1617
class Arr extends ArrayHelper

src/ArrBuffer.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* Class ArrBuffer
13+
*
1314
* @package Toolkit\ArrUtil
1415
*/
1516
final class ArrBuffer
@@ -22,6 +23,7 @@ final class ArrBuffer
2223

2324
/**
2425
* constructor.
26+
*
2527
* @param string $content
2628
*/
2729
public function __construct(string $content = '')

0 commit comments

Comments
 (0)