Skip to content

Commit 3d167be

Browse files
committed
style: break long line
1 parent b225032 commit 3d167be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

system/Helpers/Array/ArrayHelper.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,12 @@ public static function groupBy(array $array, array $indexes, bool $includeEmpty
133133
*
134134
* @used-by groupBy()
135135
*/
136-
private static function arrayAttachIndexedValue(array $result, array $row, array $indexes, bool $includeEmpty): array
137-
{
136+
private static function arrayAttachIndexedValue(
137+
array $result,
138+
array $row,
139+
array $indexes,
140+
bool $includeEmpty
141+
): array {
138142
if (($index = array_shift($indexes)) === null) {
139143
$result[] = $row;
140144

0 commit comments

Comments
 (0)