Skip to content

Commit

Permalink
Collection Doc Type
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Feb 13, 2022
1 parent ea6eb87 commit 91f873d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Contracts/CollageGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ abstract public function create($closure = null);
*/
protected function transformFiles()
{
/** @var \Illuminate\Support\Collection<int, Image> $images */
$images = collect();
foreach ($this->file->getFiles() as $file) {
if ($file instanceof Image) {
Expand Down

0 comments on commit 91f873d

Please sign in to comment.