Sti3bas / laravel-scout-array-driver

Array driver for Laravel Scout
MIT License
89 stars 8 forks source link

Fix syntax errors for PHP < 7.3 #1

Closed lpointetf closed 5 years ago

lpointetf commented 5 years ago

As PHP version indicated in composer.json is 7.1, I removed trailing commas in function calls to avoid Fatal syntax errors. Another solution would have been to bump PHP version to 7.3 in composer.json, but as I would like to use this package with PHP 7.2 I didn't take this option :).

Sti3bas commented 5 years ago

@lpointetf thanks!

Sti3bas commented 5 years ago

Released in https://github.com/Sti3bas/laravel-scout-array-driver/releases/tag/v1.0.2