We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Composer install stops during the postUpdateCmd process with the following error:
postUpdateCmd
[Symfony\Component\Debug\Exception\FatalThrowableError] Parse error: syntax error, unexpected ')'
This is the line:
patternlab-php-core/src/PatternLab/InstallerUtil.php
Line 353 in 7dd6d48
Further research finds that there's an open PR for this one already - #87
The text was updated successfully, but these errors were encountered:
fix pattern-lab#123 - Correct Parse Error
c519ab4
Fixed in #129, I assume you can close this issue.
Sorry, something went wrong.
@NamelessCoder Looks like it, thanks.
Agreed, offending line is fixed in that diff. Thanks.
No branches or pull requests
Composer install stops during the
postUpdateCmd
process with the following error:This is the line:
patternlab-php-core/src/PatternLab/InstallerUtil.php
Line 353 in 7dd6d48
Further research finds that there's an open PR for this one already - #87
The text was updated successfully, but these errors were encountered: