summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/includes/Bundler.php')
-rw-r--r--Echo/includes/Bundler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Echo/includes/Bundler.php b/Echo/includes/Bundler.php
index 5c162687..f91bece5 100644
--- a/Echo/includes/Bundler.php
+++ b/Echo/includes/Bundler.php
@@ -20,7 +20,7 @@ class Bundler {
* @param Bundleable[] $bundleables
* @return Bundleable[] Grouped notifications sorted by timestamp DESC
*/
- public function bundle( $bundleables ) {
+ public function bundle( array $bundleables ) {
$groups = [];
$bundled = [];