Skip to content

Commit

Permalink
Fix doc: include empty values by array_group_by() (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 authored Jan 7, 2024
1 parent 072318c commit 2aab393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/array_helper/014.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$result = array_group_by($employees, ['gender', 'hr.department']);
$result = array_group_by($employees, ['gender', 'hr.department'], true);

$result = [
'' => [
Expand Down

0 comments on commit 2aab393

Please sign in to comment.