Closed
Description
Hi,
I'm having a PHP parse error with lines below since the update to 2.4 version of phpmetrics.
I run it under php 5.6 which is allowed from composer.json but it seems there is a syntax error. The php7 typehint
can't be parsed correctly.
The error :
PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in vendor/phpmetrics/phpmetrics/src/Hal/Component/Ast/NodeTraverser.php on line 110
Thx,
Marc