Open underdpt opened 4 years ago
Hello,
I have the same problem. I hope that there will be a fix for it.
Any work around? Dives me up the wall..
They uhhh, are mixins that are injected into Laravels collection. This is actually accurate. The only issue is the return.
Versions:
Description:
I have installed package
maatwebsite/excel
version 3.1.24. That package makes use of custom collections, and I'm finding thatlaravel-ide-helper
is using this package'sDownloadCollection
andStoreCollection
as if it wereIlluminate\Support\Collection
. This is what I get on_ide_helper.php
:This is
vendor\maatwebsite\excel\src\Mixins\DownloadCollection.php
:File
vendor\maatwebsite\excel\src\Mixins\StoreCollection.php
is pretty much the same, with only one methodstoreExcel()
.Steps To Reproduce:
N/A