ircmaxell / Tuli

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

logic exception should never happen #14

Open geeknik opened 8 years ago

geeknik commented 8 years ago

I cloned this git repo. Ran composer install for the dependencies. Then I ran bin/tuli analyze /path/to/project and this happened:

Could not find parent league\event\event
Could not find parent exception
Determining Variable Types
PHP Notice:  Trying to get property of non-object in /root/Tuli/vendor/ircmaxell/php-types/lib/PHPTypes/TypeReconstructor.php on line 31

  [LogicException]
  Should never happen

analyze [-x|--exclude EXCLUDE] [--] <files> (<files>)...