algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
400 stars 86 forks source link

Remove obsolete autoload file argument #329

Open jnoordsij opened 1 year ago

jnoordsij commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue n/a
Need Doc update no

Describe your change

In the current Mockery version, helpers are included in the autoload by default. Therefore this call is obsolete and can be removed.

What problem is this fixing?

Prevents the following warning from appearing when running composer dump-autoload (or any other call triggering autoload):

The following "files" autoload rules are included multiple times, this may cause issues and should be resolved:
 - $vendorDir . '/mockery/mockery/library/helpers.php'