ircmaxell / Tuli

A static analysis engine
MIT License
169 stars 7 forks source link

Tuli doesn't work with php 7.1 #15

Open nospor opened 7 years ago

nospor commented 7 years ago

Tuli doesn't work with php 7.1

It does not recognise that CONTs can be now public/private Syntax error, unexpected T_CONST, expecting T_FUNCTION on line 19

or not recognzse '?' null returns eg: private function getContactField(int $id, int $type, string $field): ?string give us error: Syntax error, unexpected '?' on line 434