Skip to content

Commit 514fe62

Browse files
committed
refactor: make ArrayHelper final
1 parent 1a665f8 commit 514fe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Helpers/Array/ArrayHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @see \CodeIgniter\Helpers\Array\ArrayHelperTest
1616
*/
17-
class ArrayHelper
17+
final class ArrayHelper
1818
{
1919
/**
2020
* Compare recursively two associative arrays and return difference as new array.

0 commit comments

Comments
 (0)