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

ExtractTranslationCommand unlink() expects parameter 1 to be a valid path, object given #537

Closed
TheRatG opened this issue Apr 3, 2020 · 1 comment

Comments

@TheRatG
Copy link
Contributor

TheRatG commented Apr 3, 2020

Q A
Bundle version 1.5, master
Symfony version 4.4
PHP version 7.3

Expected behavior

Unlink translation file

Actual behavior

In Updater.php line 159:
                                                                 
  [TypeError]                                                    
  unlink() expects parameter 1 to be a valid path, object given 

Steps to reproduce

Run command translation:extract two times

./bin/console  --env=test translation:extract --config=app en --no-interaction
./bin/console  --env=test translation:extract --config=app en --no-interaction
@goetas
Copy link
Collaborator

goetas commented Apr 4, 2020

fixed in #538

@goetas goetas closed this as completed Apr 4, 2020
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

No branches or pull requests

2 participants