Skip to content

Commit fcf1137

Browse files
committed
style: Inline return
1 parent e26f7c5 commit fcf1137

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Layout/LayoutHandlerComposite.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public function getHandles(array $handles): array
3535
$handles = $layoutHandler->get($handles);
3636
}
3737

38-
$handles = array_unique($handles);
39-
40-
return $handles;
38+
return array_unique($handles);
4139
}
4240
}

0 commit comments

Comments
 (0)