Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpanCollector.php : trailing comma causes error #54

Closed
deokgonkim opened this issue Jul 13, 2020 · 0 comments · Fixed by #56
Closed

SpanCollector.php : trailing comma causes error #54

deokgonkim opened this issue Jul 13, 2020 · 0 comments · Fixed by #56

Comments

@deokgonkim
Copy link

> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

In SpanCollector.php line 28:
                                
  syntax error, unexpected ')'  
                                

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The command '/bin/sh -c composer dump-autoload --optimize && composer run-script post-autoload-dump' returned a non-zero code: 1

My environment
PHP 7.2 (docker FROM php:7.2-fpm)
Composer version 1.10.8 2020-06-24 21:23:30
laravel/framework: 5.7.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant