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

create project snippet installs code with a syntax error #28

@BrianWalters

Description

@BrianWalters

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());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions