Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

create project snippet installs code with a syntax error #28

Open
BrianWalters opened this issue Nov 8, 2017 · 0 comments
Open

create project snippet installs code with a syntax error #28

BrianWalters opened this issue Nov 8, 2017 · 0 comments

Comments

@BrianWalters
Copy link

Just ran this from the readme:

composer create-project pattern-lab/edition-development-twig pattern-library && cd $_

And got this:

> PatternLab\Installer::postUpdateCmd
PHP Parse error:  syntax error, unexpected ')' in /Users/bdub/Projects/envirovantage-web-api-symfony/pattern-library/vendor/pattern-lab/core/src/PatternLab/InstallerUtil.php on line 353

Sure enough, in that file, there's an extra paren:

line 353:

					$pathName = $file->getPathname());
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant