Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
musicman3 committed Oct 17, 2021
1 parent 0573f5f commit cc6f9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eMarket/model/eMarket/Core/Func.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ public static function deleteValInArray(mixed $array, array $val): mixed {
* Output:
*
* {
* [0 => '1', 1 => '1250'],
* [0 => '2', 1 => '1320']
* [0 => '1', 1 => '1250'],
* [0 => '2', 1 => '1320']
* ]
*
* @param array $input Input array
Expand Down

0 comments on commit cc6f9d5

Please sign in to comment.