Skip to content

Commit 4268cd2

Browse files
redjanymredjanym
authored and
redjanym
committed
SensioLabs Insight fixes
1 parent 15550f2 commit 4268cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private function createTo()
182182
if (count($this->recipients) == 1) {
183183
return current($this->recipients)->getToken();
184184
} else {
185-
return array_map(function($device){
185+
return array_map(function(Device $device){
186186
return $device->getToken();
187187
}, $this->recipients);
188188
}

0 commit comments

Comments
 (0)