sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] unexpected ')' in src/CLI/ArgumentsBuilder.php at line 117

steffengrahl opened this issue · comments

How it is

return new Arguments(
    $directories,
    …
    $version,
);

How it should be

return new Arguments(
    $directories,
    …
    $version
);

Version: 7.0.2

Your version of PHP is too old.