loilo / Fuse

🔍 Fuzzy search for PHP, ported from Fuse.js
Apache License 2.0
324 stars 30 forks source link

Move KeyType to its own file #42

Closed vinkla closed 2 years ago

vinkla commented 2 years ago

This PR will fix the following warning when you install the latest version of this package:

Class Fuse\Core\KeyType located in ./vendor/loilo/fuse/src/Core/parse.php does not comply with psr-4 autoloading standard. Skipping.

Side note: thanks for keeping the package up to date 🙌

loilo commented 2 years ago

Good catch. Thanks for repeatedly pointing out the things I'm missing. 👍 Fix is merged and released as v6.4.8. 🙂

vinkla commented 2 years ago

Thanks 👍