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

Warning: sprintf(): Too few arguments #36954

Closed
ro0NL opened this issue May 25, 2020 · 1 comment
Closed

Warning: sprintf(): Too few arguments #36954

ro0NL opened this issue May 25, 2020 · 1 comment

Comments

@ro0NL
Copy link
Contributor

ro0NL commented May 25, 2020

Symfony version(s) affected: 5.x

                                         
  [ErrorException]                       
  Warning: sprintf(): Too few arguments  
                                         

Exception trace:
  at ./vendor/symfony/dependency-injection/Loader/YamlFileLoader.php:685
throw new InvalidArgumentException(sprintf('The file "%s" does not contain valid YAML: '.$e->getMessage(), $file), 0, $e);

Problaby because in my case the embedded $e->getMessage() also contains a %.

@Tobion
Copy link
Member

Tobion commented May 26, 2020

It seems this was already fixed in #36501 which will be part of the next tag.

@Tobion Tobion closed this as completed May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants