We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88664 commit 5f192c4Copy full SHA for 5f192c4
src/Lister/Pipes/LoadAcceleratedFiles.php
@@ -26,7 +26,7 @@ public function __construct(protected Opcache $opcache)
26
*/
27
public function handle(Listing $listing, Closure $next): Listing
28
{
29
- $listing->files = new Collection($this->opcache->getScripts());
+ $listing->files = new Collection($this->opcache->getScripts()); // @phpstan-ignore-line
30
31
if ($listing->files->isEmpty()) {
32
throw new PreloadException('Opcache has no cached scripts.');
0 commit comments